Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c120 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE) in BTM_BleUpdateAdvFilterPolicy()
488 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE) in BTM_BleSetAdvParams()
2029 if (btm_cb.ble_ctr_cb.inq_var.connectable_mode == BTM_BLE_CONNECTABLE && in btm_ble_update_mode_operation()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h169 #define BTM_BLE_CONNECTABLE 0x0100 macro
170 #define BTM_BLE_MAX_CONNECTABLE BTM_BLE_CONNECTABLE
171 #define BTM_BLE_CONNECTABLE_MASK (BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE)
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h197 #define BTA_DM_BLE_CONNECTABLE BTM_BLE_CONNECTABLE /* Device is LE connectable. */
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c2710 connectability |= BTM_BLE_CONNECTABLE; in gatt_update_listen_mode()
2713 connectability &= ~BTM_BLE_CONNECTABLE; in gatt_update_listen_mode()