Home
last modified time | relevance | path

Searched refs:BTM_BLE_DISCOVERABLE_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h222 #define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_… macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2588 UINT16 mode = (combined_mode & BTM_BLE_DISCOVERABLE_MASK); in btm_ble_set_discoverability()