Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h226 #define BTM_BLE_CONNECTABLE_MASK (BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE) macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2667 UINT16 mode = (combined_mode & BTM_BLE_CONNECTABLE_MASK); in btm_ble_set_connectability()