Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c267 if (btm_cb.btm_inq_vars.connectable_mode & BTM_CONNECTABLE_MASK) in BTM_SetDiscoverability()
687 p_inq->connectable_mode &= (~BTM_CONNECTABLE_MASK); in BTM_SetConnectability()
Dbtm_ble_gap.c1467 (connect_mode & BTM_CONNECTABLE_MASK) == 0) in btm_ble_set_adv_flag()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h180 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE) macro