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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 244 if (params->u1 == BT_DEVICE_TYPE_BLE)
245 BTM_SecAddBleDevice(params->bda1->address, NULL, BT_DEVICE_TYPE_BLE, params->u2);
btif_storage.c     [all...]
btif_gatt_util.c 329 case BT_DEVICE_TYPE_BLE:
btif_dm.c 643 btif_config_set_int("Remote", bdstr, "DevType", BT_DEVICE_TYPE_BLE);
652 (device_type == BT_DEVICE_TYPE_BLE)) || (transport == BT_TRANSPORT_LE))
654 BTA_DmAddBleDevice(bd_addr->address, addr_type, BT_DEVICE_TYPE_BLE);
659 if(is_hid && device_type != BT_DEVICE_TYPE_BLE)
    [all...]
btif_gatt_server.c 411 case BT_DEVICE_TYPE_BLE:
btif_gatt_client.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 296 if ((p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) &&
371 p_dev_rec->device_type == BT_DEVICE_TYPE_BLE)
btm_ble_bgconn.c 79 p_dev_rec->device_type & BT_DEVICE_TYPE_BLE)
btm_ble_gap.c     [all...]
btm_ble.c 732 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
    [all...]
btm_sec.c     [all...]
btm_acl.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 522 #define BT_DEVICE_TYPE_BLE 0x02
  /external/libnfc-nci/src/include/
bt_types.h 515 #define BT_DEVICE_TYPE_BLE 0x02
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 1109 milliseconds