Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc57 .BTM_IsPhy2mSupported = ::BTM_IsPhy2mSupported,
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc47 struct BTM_IsPhy2mSupported BTM_IsPhy2mSupported; variable
182 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, in BTM_IsPhy2mSupported() function
185 return test::mock::stack_acl::BTM_IsPhy2mSupported(remote_bda, transport); in BTM_IsPhy2mSupported()
Dmock_stack_acl.h87 struct BTM_IsPhy2mSupported { struct
95 extern struct BTM_IsPhy2mSupported BTM_IsPhy2mSupported; argument
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc54 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, in BTM_IsPhy2mSupported() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h595 [[nodiscard]] bool BTM_IsPhy2mSupported(const RawAddress& remote_bda,
Dbtm_client_interface.h77 [[nodiscard]] bool (*BTM_IsPhy2mSupported)(const RawAddress& remote_bda, member
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc887 if (BTM_IsPhy2mSupported(address_, BT_TRANSPORT_LE)) in GetPhyBitmask()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1219 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_IsPhy2mSupported() function