Home
last modified time | relevance | path

Searched refs:BTM_ReadRemoteVersion (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc46 .BTM_ReadRemoteVersion = ::BTM_ReadRemoteVersion,
Dbtm_ble_sec.cc1288 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/
Dbtif_iot_config.cc137 const bool status = get_btm_client_interface().peer.BTM_ReadRemoteVersion( in btif_iot_update_remote_info()
Dbtif_bqr.cc978 const bool status = get_btm_client_interface().peer.BTM_ReadRemoteVersion( in btif_get_remote_version()
Dbtif_dm.cc632 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/
Dbtm_api.h179 [[nodiscard]] bool BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version,
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_interface.cc69 .BTM_ReadRemoteVersion =
/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h56 [[nodiscard]] bool (*BTM_ReadRemoteVersion)(const RawAddress& addr, uint8_t* lmp_version, member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc168 if (!get_btm_client_interface().peer.BTM_ReadRemoteVersion(p_clcb->bda, &lmp_version, nullptr, in GetRobustCachingSupport()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1481 bool BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version, uint16_t* manufacturer, in BTM_ReadRemoteVersion() function
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc195 if (!get_btm_client_interface().peer.BTM_ReadRemoteVersion( in smp_send_app_cback()