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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c588 ** p_dev_type: output parameter to read the device type.
592 void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type, tBLE_ADDR_TYPE *p_addr_type) argument
597 *p_dev_type = BT_DEVICE_TYPE_BREDR;
605 *p_dev_type = p_inq_info->results.device_type ;
620 *p_dev_type = p_dev_rec->device_type;
625 BTM_TRACE_DEBUG ("btm_find_dev_type - device_type = %d addr_type = %d", *p_dev_type , *p_addr_type);
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h1357 ** p_dev_type: output parameter to read the device type.
1361 BTM_API extern void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type,

Completed in 297 milliseconds