Searched refs:dev_type (Results 1 - 22 of 22) sorted by relevance

/system/sepolicy/
H A Dattributes8 attribute dev_type;
H A Dtee.te6 type tee_device, dev_type;
H A Dapp.te281 neverallow appdomain dev_type:blk_file { read write };
434 dev_type
/system/bt/btif/include/
H A Dbtif_dm.h106 tBT_DEVICE_TYPE dev_type);
H A Dbtif_hl.h246 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon611
/system/bt/btif/src/
H A Dbtif_dm.c228 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
607 bt_device_type_t dev_type; local
650 dev_type = remote_dev_type | device_type;
652 dev_type = device_type;
655 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
909 int dev_type; local
912 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type))
914 dev_type = BT_DEVICE_TYPE_BREDR;
917 p_pin_req->dev_class, (tBT_DEVICE_TYPE) dev_type);
993 int dev_type; local
1065 int dev_type; local
1373 bt_device_type_t dev_type; local
3049 int dev_type; local
3268 int dev_type; local
3317 int dev_type; local
3433 btif_dm_update_ble_remote_properties( BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type) argument
[all...]
H A Dbtif_hl.c3195 reg_param.dev_type = p_acb->dev_type;
3761 reg_param.dev_type = p_acb->dev_type;
4133 p_acb->dev_type = BTA_HL_DEVICE_TYPE_DUAL;
4136 p_acb->dev_type = BTA_HL_DEVICE_TYPE_SINK;
4139 p_acb->dev_type = BTA_HL_DEVICE_TYPE_SOURCE;
H A Dbtif_gatt_client.c438 LOG_VERBOSE(LOG_TAG, "%s BLE device name=%s len=%d dev_type=%d", __FUNCTION__, bdname.name,
583 bt_device_type_t dev_type; local
604 dev_type = p_btif_cb->device_type;
606 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
/system/bt/bta/hh/
H A Dbta_hh_api.c426 p_data->dev_type = BTA_HH_DEVT_UNKNOWN;
434 p_data->dev_type = p_report[0];
439 p_data->dev_type = p_report[0];
/system/bt/bta/include/
H A Dbta_hh_api.h270 tBTA_HH_BOOT_RPT_ID dev_type; /* type of device report */ member in struct:__anon403
H A Dbta_hl_api.h303 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon419
H A Dbta_api.h728 tBT_DEVICE_TYPE dev_type; member in struct:__anon299
1766 ** dev_type - Remote device's device type.
1773 tBT_DEVICE_TYPE dev_type);
/system/bt/stack/btm/
H A Dbtm_ble.c67 ** dev_type - Remote device's device type.
73 BOOLEAN BTM_SecAddBleDevice (const BD_ADDR bd_addr, BD_NAME bd_name, tBT_DEVICE_TYPE dev_type, argument
76 BTM_TRACE_DEBUG ("%s: dev_type=0x%x", __func__, dev_type);
104 p_dev_rec->device_type |= dev_type;
824 tBT_DEVICE_TYPE dev_type; local
838 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
839 use_le = (dev_type == BT_DEVICE_TYPE_BLE);
H A Dbtm_acl.c2019 tBT_DEVICE_TYPE dev_type; local
2031 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
2032 if (dev_type == BT_DEVICE_TYPE_BLE)
H A Dbtm_sec.c1161 tBT_DEVICE_TYPE dev_type; local
1164 BTM_ReadDevInfo(bd_addr, &dev_type, &addr_type);
1166 if ((transport == BT_TRANSPORT_LE && (dev_type & BT_DEVICE_TYPE_BLE) == 0) ||
1167 (transport == BT_TRANSPORT_BR_EDR && (dev_type & BT_DEVICE_TYPE_BREDR) == 0))
/system/bt/bta/hl/
H A Dbta_hl_int.h243 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon232
256 tBTA_HL_DEVICE_TYPE dev_type; /* sink, source or dual roles */ member in struct:__anon233
524 tBTA_HL_DEVICE_TYPE dev_type; member in struct:__anon255
H A Dbta_hl_main.c699 p_acb->dev_type = p_data->api_reg.dev_type;
/system/bt/bta/dm/
H A Dbta_dm_api.c666 ** dev_type - Remote device's device type.
672 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type) argument
681 p_msg->dev_type = dev_type;
H A Dbta_dm_act.c2235 tBT_DEVICE_TYPE dev_type; local
2238 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type);
2239 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM)
2764 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type);
2808 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type);
4401 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type);
4513 p_data->add_ble_device.dev_type ,
H A Dbta_dm_int.h402 tBT_DEVICE_TYPE dev_type ; member in struct:__anon99
/system/bt/stack/include/
H A Dbtm_ble_api.h909 ** dev_type - Remote device's device type.
916 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type);
/system/bt/stack/l2cap/
H A Dl2c_utils.c2289 tBT_DEVICE_TYPE dev_type; local
2293 BTM_ReadDevInfo(p_lcb->remote_bd_addr, &dev_type, &addr_type);

Completed in 198 milliseconds