Searched refs:BTM_BLE_LIMITED_DISCOVERABLE (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c907 if (mode == BTM_BLE_LIMITED_DISCOVERABLE || mode == BTM_BLE_GENERAL_DISCOVERABLE)
909 BTM_TRACE_EVENT0 ("mode == BTM_BLE_LIMITED_DISCOVERABLE ");
911 if (mode == BTM_BLE_LIMITED_DISCOVERABLE)
971 if (status == BTM_SUCCESS && mode == BTM_BLE_LIMITED_DISCOVERABLE)
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h172 #define BTM_BLE_LIMITED_DISCOVERABLE 0x0100 macro
175 #define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_BLE_GENERAL_DISCOVERABLE)
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h189 #define BTA_DM_BLE_LIMITED_DISCOVERABLE BTM_BLE_LIMITED_DISCOVERABLE /* Device is LE Limited discoverable */

Completed in 79 milliseconds