Searched defs:device_type (Results 1 - 8 of 8) sorted by relevance

/system/bt/tools/bdtool/
H A Dadapter.c245 bt_device_type_t device_type = property_as_device_type(property); local
246 if (device_type) {
248 const char * device_type; member in struct:__anon1293
255 int idx = (int)device_type;
258 fprintf(stdout, " device_type:%s\n", device_type_lookup[idx].device_type);
/system/bt/btif/src/
H A Dbtif_gatt_server.c391 int device_type = 0; local
395 btif_get_device_type(p_cb->bd_addr.address, &device_type) &&
396 device_type != BT_DEVICE_TYPE_BREDR)
398 BTA_DmAddBleDevice(p_cb->bd_addr.address, addr_type, device_type);
405 switch(device_type)
423 BTIF_TRACE_ERROR (" GATT Open :Invalid device type %d",device_type);
H A Dbtif_storage.c489 int device_type; local
520 if (btif_config_get_int(name, "DevType", &device_type) &&
521 (device_type == BT_DEVICE_TYPE_DUMO) )
1199 int device_type; local
1207 if (!btif_config_get_int(remote_bd_addr, "DevType", &device_type))
1210 if ((device_type & BT_DEVICE_TYPE_BLE) == BT_DEVICE_TYPE_BLE)
H A Dbtif_dm.c552 DEV_CLASS dev_class, tBT_DEVICE_TYPE device_type)
602 dev_type = remote_dev_type | device_type;
604 dev_type = device_type;
660 int device_type; local
666 if (!btif_config_get_int((char const *)&bdstr,"DevType", &device_type))
675 if((btif_config_get_int((char const *)&bdstr,"DevType", &device_type) &&
677 (device_type & BT_DEVICE_TYPE_BLE) == BT_DEVICE_TYPE_BLE) || (transport == BT_TRANSPORT_LE))
679 BTA_DmAddBleDevice(bd_addr->address, addr_type, device_type);
684 if(is_hid && (device_type & BT_DEVICE_TYPE_BLE) == 0)
1287 BTIF_TRACE_DEBUG("%s() %s device_type
551 btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, DEV_CLASS dev_class, tBT_DEVICE_TYPE device_type) argument
[all...]
H A Dbtif_gatt_client.c208 tBT_DEVICE_TYPE device_type; member in struct:__anon659
457 remote_name_len, p_btif_cb->device_type );
459 p_btif_cb->device_type);
640 dev_type = p_btif_cb->device_type;
1023 btif_cb.device_type = p_data->inq_res.device_type;
1190 int device_type = 0; local
1194 btif_get_device_type(p_cb->bd_addr.address, &device_type) &&
1195 device_type != BT_DEVICE_TYPE_BREDR)
1197 BTA_DmAddBleDevice(p_cb->bd_addr.address, addr_type, device_type);
2211 int device_type = 0; local
[all...]
/system/bt/stack/btm/
H A Dbtm_int.h589 tBT_DEVICE_TYPE device_type; member in struct:__anon837
/system/bt/bta/include/
H A Dbta_api.h1049 tBT_DEVICE_TYPE device_type; member in struct:__anon318
1078 tBT_DEVICE_TYPE device_type; /* device type in case it is BLE device */ member in struct:__anon321
/system/bt/stack/include/
H A Dbtm_api.h613 tBT_DEVICE_TYPE device_type; member in struct:__anon987

Completed in 125 milliseconds