Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h210 #define GAP_INQUIRY_MODE_GENERAL 0x00 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c81 if (mode == GAP_INQUIRY_MODE_GENERAL) { in GAP_Inquiry()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp564 int ret = GAPIF_Inquiry(GAP_INQUIRY_MODE_GENERAL, DEFAULT_INQ_MAX_DURATION); in StartBtDiscovery()