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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 120 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE)
488 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 169 #define BTM_BLE_CONNECTABLE 0x0100
170 #define BTM_BLE_MAX_CONNECTABLE BTM_BLE_CONNECTABLE
171 #define BTM_BLE_CONNECTABLE_MASK (BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 197 #define BTA_DM_BLE_CONNECTABLE BTM_BLE_CONNECTABLE /* Device is LE connectable. */
    [all...]

Completed in 95 milliseconds