Searched refs:BTM_ReadRemoteVersion (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_client_interface.cc | 46 .BTM_ReadRemoteVersion = ::BTM_ReadRemoteVersion,
|
D | btm_ble_sec.cc | 1288 if (!get_btm_client_interface().peer.BTM_ReadRemoteVersion(bd_addr, &remote_lmp_version, in btm_ble_notify_enc_cmpl()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_iot_config.cc | 137 const bool status = get_btm_client_interface().peer.BTM_ReadRemoteVersion( in btif_iot_update_remote_info()
|
D | btif_bqr.cc | 978 const bool status = get_btm_client_interface().peer.BTM_ReadRemoteVersion( in btif_get_remote_version()
|
D | btif_dm.cc | 632 const bool version_info_valid = get_btm_client_interface().peer.BTM_ReadRemoteVersion( in btif_update_remote_version_property()
|
/packages/modules/Bluetooth/system/stack/btm/internal/ |
D | btm_api.h | 179 [[nodiscard]] bool BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_interface.cc | 69 .BTM_ReadRemoteVersion =
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_client_interface.h | 56 [[nodiscard]] bool (*BTM_ReadRemoteVersion)(const RawAddress& addr, uint8_t* lmp_version, member
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 168 if (!get_btm_client_interface().peer.BTM_ReadRemoteVersion(p_clcb->bda, &lmp_version, nullptr, in GetRobustCachingSupport()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 1481 bool BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version, uint16_t* manufacturer, in BTM_ReadRemoteVersion() function
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 195 if (!get_btm_client_interface().peer.BTM_ReadRemoteVersion( in smp_send_app_cback()
|