Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONNECTABLE (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/include/
Dbtm_api.h183 #define BTM_BLE_CONNECTABLE 0x0100 macro
184 #define BTM_BLE_MAX_CONNECTABLE BTM_BLE_CONNECTABLE
185 #define BTM_BLE_CONNECTABLE_MASK (BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE)
/system/bt/stack/gatt/
Dgatt_utils.c2843 connectability |= BTM_BLE_CONNECTABLE; in gatt_update_listen_mode()
2847 if ((connectability & BTM_BLE_CONNECTABLE) == 0) in gatt_update_listen_mode()
2848 connectability &= ~BTM_BLE_CONNECTABLE; in gatt_update_listen_mode()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.c792 if (btm_cb.ble_ctr_cb.inq_var.connectable_mode == BTM_BLE_CONNECTABLE) in btm_ble_multi_adv_vse_cback()
Dbtm_ble_gap.c281 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE) in BTM_BleUpdateAdvFilterPolicy()
3367 if (btm_cb.ble_ctr_cb.inq_var.connectable_mode == BTM_BLE_CONNECTABLE) in btm_ble_update_mode_operation()
/system/bt/bta/include/
Dbta_api.h196 #define BTA_DM_BLE_CONNECTABLE BTM_BLE_CONNECTABLE /* Device is LE connectable. */