Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c66 if (mode > GAP_INQUIRY_MODE_LIMITED) { in GAP_Inquiry()
83 } else if (mode == GAP_INQUIRY_MODE_LIMITED) { in GAP_Inquiry()
H A Dgap.c672 if (scanModeBlock->discoverMode.mode & GAP_INQUIRY_MODE_LIMITED) { in GapWriteCurrentIACLAPComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h211 #define GAP_INQUIRY_MODE_LIMITED 0x01 macro