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

/system/bt/stack/btm/
H A Dbtm_ble.cc601 * p_dev_type: output parameter to read the device type.
605 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, argument
613 *p_dev_type = BT_DEVICE_TYPE_BREDR;
616 *p_dev_type = p_inq_info->results.device_type;
631 *p_dev_type = p_dev_rec->device_type;
634 *p_dev_type = BT_DEVICE_TYPE_BLE;
638 *p_dev_type = BT_DEVICE_TYPE_BREDR;
644 *p_dev_type, *p_addr_type);

Completed in 55 milliseconds