Searched refs:BT_DEVICE_TYPE_BLE (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c244 if (params->u1 == BT_DEVICE_TYPE_BLE)
245 BTM_SecAddBleDevice(params->bda1->address, NULL, BT_DEVICE_TYPE_BLE, params->u2);
H A Dbtif_storage.c1184 if(device_type == BT_DEVICE_TYPE_BLE)
1204 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1234 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1265 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1292 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
1315 BTA_DmAddBleDevice(bta_bd_addr, addr_type, BT_DEVICE_TYPE_BLE);
H A Dbtif_gatt_util.c329 case BT_DEVICE_TYPE_BLE:
H A Dbtif_dm.c643 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)
2805 dev_type = BT_DEVICE_TYPE_BLE;
3011 dev_type = BT_DEVICE_TYPE_BLE;
3052 dev_type = BT_DEVICE_TYPE_BLE;
H A Dbtif_gatt_server.c411 case BT_DEVICE_TYPE_BLE:
H A Dbtif_gatt_client.c1151 case BT_DEVICE_TYPE_BLE:
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_addr.c296 if ((p_dev_rec->device_type & BT_DEVICE_TYPE_BLE) &&
371 p_dev_rec->device_type == BT_DEVICE_TYPE_BLE)
H A Dbtm_ble_bgconn.c79 p_dev_rec->device_type & BT_DEVICE_TYPE_BLE)
H A Dbtm_ble_gap.c2280 p_cur->device_type = BT_DEVICE_TYPE_BLE;
2282 p_cur->device_type |= BT_DEVICE_TYPE_BLE;
2496 (!(p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) ||
2545 p_i && p_i->inq_info.results.device_type == BT_DEVICE_TYPE_BLE && p_i->scan_rsp))
H A Dbtm_ble.c732 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
1604 p_dev_rec->device_type |= BT_DEVICE_TYPE_BLE;
H A Dbtm_sec.c1352 if ((transport == BT_TRANSPORT_LE && (dev_type & BT_DEVICE_TYPE_BLE) == 0) ||
6050 (p_dev_rec->device_type == BT_DEVICE_TYPE_BLE) ) )
H A Dbtm_acl.c2909 if (dev_type == BT_DEVICE_TYPE_BLE)
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h522 #define BT_DEVICE_TYPE_BLE 0x02 macro
/external/libnfc-nci/src/include/
H A Dbt_types.h515 #define BT_DEVICE_TYPE_BLE 0x02 macro
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c2410 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM )
2496 bta_dm_search_cb.p_btm_inq_info->results.device_type == BT_DEVICE_TYPE_BLE &&
5936 p_msg->disc_result.result.disc_res.device_type = BT_DEVICE_TYPE_BLE;

Completed in 7217 milliseconds