@@ -276,8 +276,11 @@ static const dc_descriptor_t g_descriptors[] = {
276
276
{"Aqualung" , "i200Cv2" , DC_FAMILY_OCEANIC_ATOM2 , 0x4749 , DC_TRANSPORT_SERIAL | DC_TRANSPORT_BLE , dc_filter_oceanic },
277
277
{"Oceanic" , "Geo Air" , DC_FAMILY_OCEANIC_ATOM2 , 0x474B , DC_TRANSPORT_SERIAL | DC_TRANSPORT_BLE , dc_filter_oceanic },
278
278
/* Pelagic I330R */
279
- {"Apeks" , "DSX" , DC_FAMILY_PELAGIC_I330R , 0x4741 , DC_TRANSPORT_BLE , dc_filter_oceanic },
280
- {"Aqualung" , "i330R" , DC_FAMILY_PELAGIC_I330R , 0x4744 , DC_TRANSPORT_BLE , dc_filter_oceanic },
279
+ // The pairing sequence for these was intentionally broken by Pelagic Pressure Systems
280
+ // so they won't work without a custom pairing dialogue provided by the app
281
+ // Pelagic should fix this on their side if they want their customers to be able to use Subsurface
282
+ //{"Apeks", "DSX", DC_FAMILY_PELAGIC_I330R, 0x4741, DC_TRANSPORT_BLE, dc_filter_oceanic},
283
+ //{"Aqualung", "i330R", DC_FAMILY_PELAGIC_I330R, 0x4744, DC_TRANSPORT_BLE, dc_filter_oceanic},
281
284
/* Mares Nemo */
282
285
{"Mares" , "Nemo" , DC_FAMILY_MARES_NEMO , 0 , DC_TRANSPORT_SERIAL , NULL },
283
286
{"Mares" , "Nemo Steel" , DC_FAMILY_MARES_NEMO , 0 , DC_TRANSPORT_SERIAL , NULL },
0 commit comments