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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 52 static final int BT_DEVICE_TYPE_BLE = 0x02;
  /system/bt/btif/src/
btif_gatt_test.c 240 if (params->u1 == BT_DEVICE_TYPE_BLE)
241 BTM_SecAddBleDevice(params->bda1->address, NULL, BT_DEVICE_TYPE_BLE, params->u2);
btif_dm.c 715 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE);
724 (device_type & BT_DEVICE_TYPE_BLE) == BT_DEVICE_TYPE_BLE) || (transport == BT_TRANSPORT_LE))
731 if(is_hid && (device_type & BT_DEVICE_TYPE_BLE) == 0)
    [all...]
btif_storage.c 514 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
    [all...]
btif_gatt_server.c 409 case BT_DEVICE_TYPE_BLE:
btif_gatt_client.c     [all...]
  /system/bt/stack/btm/
btm_ble_addr.c 281 if ((p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) &&
337 if (!(p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) ||
btm_ble_gap.c     [all...]
btm_ble_bgconn.c 155 if (p_dev_rec != NULL && p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) {
btm_ble.c 637 *p_dev_type = BT_DEVICE_TYPE_BLE;
803 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
    [all...]
btm_sec.c     [all...]
btm_acl.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 515 #define BT_DEVICE_TYPE_BLE 0x02
  /system/bt/stack/include/
bt_types.h 520 #define BT_DEVICE_TYPE_BLE 0x02
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 83 milliseconds