Searched refs:BTM_ReadRemoteFeatures (Results 1 – 13 of 13) sorted by relevance
49 .BTM_ReadRemoteFeatures = ::BTM_ReadRemoteFeatures,
1826 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()
93 struct BTM_ReadRemoteFeatures BTM_ReadRemoteFeatures; variable377 uint8_t* BTM_ReadRemoteFeatures(const RawAddress& addr) { in BTM_ReadRemoteFeatures() function379 return test::mock::stack_acl::BTM_ReadRemoteFeatures(addr); in BTM_ReadRemoteFeatures()
72 .BTM_ReadRemoteFeatures = [](const RawAddress& /* addr */) -> uint8_t* { in __anon9b56c4fb1002()
546 struct BTM_ReadRemoteFeatures { struct551 extern struct BTM_ReadRemoteFeatures BTM_ReadRemoteFeatures; argument
371 [[nodiscard]] uint8_t* BTM_ReadRemoteFeatures(const RawAddress& addr);
62 [[nodiscard]] uint8_t* (*BTM_ReadRemoteFeatures)(const RawAddress&); member
560 ((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()
371 test::mock::stack_acl::BTM_ReadRemoteFeatures.body = in SetUp()
140 `BTM_ReadRemoteFeatures` and `BTM_SetPowerMode` to ensure SNIFF mode is
670 uint8_t* p_rem_feat = BTM_ReadRemoteFeatures(p_scb->peer_addr); in bta_ag_codec_negotiate()
1611 uint8_t* BTM_ReadRemoteFeatures(const RawAddress& addr) { in BTM_ReadRemoteFeatures() function
1259 p = BTM_ReadRemoteFeatures(p_scb->PeerAddress()); in bta_av_str_opened()