Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h53 #define GAP_DISCOVERABLE_MODE_GENERAL 0x02 /// General Discoverable Mode macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c420 …if (discoverInfo->mode > GAP_DISCOVERABLE_MODE_GENERAL || discoverInfo->type > GAP_INQUIRY_SCAN_TY… in GAP_SetScanMode()
639 if (discoverableMode & GAP_DISCOVERABLE_MODE_GENERAL) { in GapWriteCurrentIACLAP()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp417 discoverMode.mode = GAP_DISCOVERABLE_MODE_GENERAL; in SetScanMode()
425 discoverMode.mode = GAP_DISCOVERABLE_MODE_GENERAL; in SetScanMode()