Home
last modified time | relevance | path

Searched refs:GAP_CONNECTABLE_MODE_NON (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h58 #define GAP_CONNECTABLE_MODE_NON 0x00 /// Non-connectable Mode macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c469 … if (discoverMode != GAP_DISCOVERABLE_MODE_NON && connectableMode != GAP_CONNECTABLE_MODE_NON) { in GapWriteScanEnable()
473 } else if (discoverMode != GAP_CONNECTABLE_MODE_NON) { in GapWriteScanEnable()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp410 connectableMode.mode = GAP_CONNECTABLE_MODE_NON; in SetScanMode()
418 connectableMode.mode = GAP_CONNECTABLE_MODE_NON; in SetScanMode()
422 connectableMode.mode = GAP_CONNECTABLE_MODE_NON; in SetScanMode()
434 connectableMode.mode = GAP_CONNECTABLE_MODE_NON; in SetScanMode()