Home
last modified time | relevance | path

Searched refs:lmp_version (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h202 UINT8 lmp_version; member
Dbtm_api.h100 UINT8 lmp_version; member
2693 UINT8 *lmp_version,
/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c1241 STREAM_TO_UINT8 (p_acl_cb->lmp_version, p); in btm_read_remote_version_complete()
2563 tBTM_STATUS BTM_ReadRemoteVersion (BD_ADDR addr, UINT8 *lmp_version, in BTM_ReadRemoteVersion() argument
2571 if (lmp_version) in BTM_ReadRemoteVersion()
2572 *lmp_version = p->lmp_version; in BTM_ReadRemoteVersion()
Dbtm_int.h98 UINT8 lmp_version; member
Dbtm_devctl.c903 STREAM_TO_UINT8 (p_vi->lmp_version, p); in btm_read_local_version_complete()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h920 UINT8 lmp_version; member
Dbta_dm_act.c3711 UINT8 lmp_version = 0; in bta_dm_dev_blacklisted_for_switch() local
3714 if (BTM_ReadRemoteVersion(remote_bd_addr, &lmp_version, in bta_dm_dev_blacklisted_for_switch()
3721 if ((bta_role_switch_blacklist[i].lmp_version == lmp_version) && in bta_dm_dev_blacklisted_for_switch()