HomeSort by relevance Sort by last modified time
    Searched refs:BTM_BLE_CONNECTABLE (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 183 #define BTM_BLE_CONNECTABLE 0x0100
184 #define BTM_BLE_MAX_CONNECTABLE BTM_BLE_CONNECTABLE
185 #define BTM_BLE_CONNECTABLE_MASK (BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_multi_adv.c 768 if (btm_cb.ble_ctr_cb.inq_var.connectable_mode == BTM_BLE_CONNECTABLE)
btm_ble_gap.c 267 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 198 #define BTA_DM_BLE_CONNECTABLE BTM_BLE_CONNECTABLE /* Device is LE connectable. */
    [all...]

Completed in 708 milliseconds