Searched refs:BTM_IsPhy2mSupported (Results 1 – 8 of 8) sorted by relevance
57 .BTM_IsPhy2mSupported = ::BTM_IsPhy2mSupported,
47 struct BTM_IsPhy2mSupported BTM_IsPhy2mSupported; variable182 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, in BTM_IsPhy2mSupported() function185 return test::mock::stack_acl::BTM_IsPhy2mSupported(remote_bda, transport); in BTM_IsPhy2mSupported()
87 struct BTM_IsPhy2mSupported { struct95 extern struct BTM_IsPhy2mSupported BTM_IsPhy2mSupported; argument
54 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, in BTM_IsPhy2mSupported() function
595 [[nodiscard]] bool BTM_IsPhy2mSupported(const RawAddress& remote_bda,
77 [[nodiscard]] bool (*BTM_IsPhy2mSupported)(const RawAddress& remote_bda, member
887 if (BTM_IsPhy2mSupported(address_, BT_TRANSPORT_LE)) in GetPhyBitmask()
1219 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_IsPhy2mSupported() function