Home
last modified time | relevance | path

Searched refs:BTM_ReadRemoteVersion (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dbtm_api.h519 extern tBTM_STATUS BTM_ReadRemoteVersion(const RawAddress& addr,
/system/bt/main/shim/
Dbtm_api.h1141 tBTM_STATUS BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version,
/system/bt/btif/src/
Dbtif_dm.cc524 BTM_ReadRemoteVersion(*remote_bdaddr, &lmp_ver, &manufacturer, &lmp_subver); in check_sdp_bl()
598 btm_status = BTM_ReadRemoteVersion(*p_bd, &lmp_ver, &mfct_set, &lmp_subver); in btif_update_remote_version_property()
/system/bt/stack/btm/
Dbtm_acl.cc1714 tBTM_STATUS BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version, in BTM_ReadRemoteVersion() function