Home
last modified time | relevance | path

Searched refs:L2CA_ReadRemoteVersion (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_main_shim_l2cap_api.cc46 struct L2CA_ReadRemoteVersion L2CA_ReadRemoteVersion; variable
97 bool bluetooth::shim::L2CA_ReadRemoteVersion(const RawAddress& addr, in L2CA_ReadRemoteVersion() function in bluetooth::shim
102 return test::mock::main_shim_l2cap_api::L2CA_ReadRemoteVersion( in L2CA_ReadRemoteVersion()
H A Dmock_main_shim_l2cap_api.h76 struct L2CA_ReadRemoteVersion { struct
87 extern struct L2CA_ReadRemoteVersion L2CA_ReadRemoteVersion; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h473 bool L2CA_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version,
H A Dl2c_api.cc661 bool L2CA_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version, in L2CA_ReadRemoteVersion() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc213 bool bluetooth::shim::L2CA_ReadRemoteVersion(const RawAddress& addr, in L2CA_ReadRemoteVersion() function in bluetooth::shim
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc1601 return bluetooth::shim::L2CA_ReadRemoteVersion( in BTM_ReadRemoteVersion()