Home
last modified time | relevance | path

Searched refs:BTM_ReadRemoteFeatures (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc49 .BTM_ReadRemoteFeatures = ::BTM_ReadRemoteFeatures,
Dbtm_sco.cc1826 uint8_t* features = BTM_ReadRemoteFeatures(remote_bda); in btm_peer_supports_esco_2m_phy()
1835 uint8_t* features = BTM_ReadRemoteFeatures(remote_bda); in btm_peer_supports_esco_3m_phy()
1844 uint8_t* features = BTM_ReadRemoteFeatures(remote_bda); in btm_peer_supports_esco_ev3()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc93 struct BTM_ReadRemoteFeatures BTM_ReadRemoteFeatures; variable
377 uint8_t* BTM_ReadRemoteFeatures(const RawAddress& addr) { in BTM_ReadRemoteFeatures() function
379 return test::mock::stack_acl::BTM_ReadRemoteFeatures(addr); in BTM_ReadRemoteFeatures()
Dmock_stack_btm_interface.cc72 .BTM_ReadRemoteFeatures = [](const RawAddress& /* addr */) -> uint8_t* { in __anon9b56c4fb1002()
Dmock_stack_acl.h546 struct BTM_ReadRemoteFeatures { struct
551 extern struct BTM_ReadRemoteFeatures BTM_ReadRemoteFeatures; argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h371 [[nodiscard]] uint8_t* BTM_ReadRemoteFeatures(const RawAddress& addr);
Dbtm_client_interface.h62 [[nodiscard]] uint8_t* (*BTM_ReadRemoteFeatures)(const RawAddress&); member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc560 ((NULL != (p = get_btm_client_interface().peer.BTM_ReadRemoteFeatures( in bta_dm_pm_cback()
866 uint8_t* p_rem_feat = get_btm_client_interface().peer.BTM_ReadRemoteFeatures( in bta_dm_pm_sniff()
/packages/modules/Bluetooth/system/bta/test/
Dbta_ag_test.cc371 test::mock::stack_acl::BTM_ReadRemoteFeatures.body = in SetUp()
/packages/modules/Bluetooth/system/doc/
Dpower_management.md140 `BTM_ReadRemoteFeatures` and `BTM_SetPowerMode` to ensure SNIFF mode is
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc670 uint8_t* p_rem_feat = BTM_ReadRemoteFeatures(p_scb->peer_addr); in bta_ag_codec_negotiate()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1611 uint8_t* BTM_ReadRemoteFeatures(const RawAddress& addr) { in BTM_ReadRemoteFeatures() function
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc1259 p = BTM_ReadRemoteFeatures(p_scb->PeerAddress()); in bta_av_str_opened()