Searched refs:p_dev_type (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/stack/btm/ |
H A D | btm_ble.cc | 460 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument 468 *p_dev_type = BT_DEVICE_TYPE_BREDR; in BTM_ReadDevInfo() 471 *p_dev_type = p_inq_info->results.device_type; in BTM_ReadDevInfo() 486 *p_dev_type = p_dev_rec->device_type; in BTM_ReadDevInfo() 489 *p_dev_type = BT_DEVICE_TYPE_BLE; in BTM_ReadDevInfo() 493 *p_dev_type = BT_DEVICE_TYPE_BREDR; in BTM_ReadDevInfo() 499 *p_dev_type, *p_addr_type); in BTM_ReadDevInfo()
|
/aosp12/system/bt/stack/include/ |
H A D | btm_ble_api.h | 417 tBT_DEVICE_TYPE* p_dev_type,
|
H A D | btm_client_interface.h | 87 tBT_DEVICE_TYPE* p_dev_type,
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_btm_ble.cc | 188 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument
|
H A D | mock_main_shim_btm_api.cc | 385 tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument
|
/aosp12/system/bt/main/shim/ |
H A D | btm_api.h | 568 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
|
H A D | btm_api.cc | 1020 tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument 1023 CHECK(p_dev_type != nullptr); in BTM_ReadDevInfo()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_btm_api.cc | 389 tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument
|