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()
508 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE) in BTM_BleSetAdvParams()
2064 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.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)
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c2728 connectability |= BTM_BLE_CONNECTABLE; in gatt_update_listen_mode()
2731 connectability &= ~BTM_BLE_CONNECTABLE; in gatt_update_listen_mode()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h198 #define BTA_DM_BLE_CONNECTABLE BTM_BLE_CONNECTABLE /* Device is LE connectable. */