Home
last modified time | relevance | path

Searched refs:p_dev_type (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc460 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 Dbtm_ble_api.h417 tBT_DEVICE_TYPE* p_dev_type,
H A Dbtm_client_interface.h87 tBT_DEVICE_TYPE* p_dev_type,
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_ble.cc188 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument
H A Dmock_main_shim_btm_api.cc385 tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument
/aosp12/system/bt/main/shim/
H A Dbtm_api.h568 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
H A Dbtm_api.cc1020 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 Dmock_main_shim_btm_api.cc389 tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo() argument