Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h916 UINT16 lmp_sub_version; member
Dbta_dm_act.c3686 UINT16 lmp_sub_version = 0; in bta_dm_dev_blacklisted_for_switch() local
3691 &manufacturer, &lmp_sub_version) == BTM_SUCCESS) in bta_dm_dev_blacklisted_for_switch()
3699 ((bta_role_switch_blacklist[i].lmp_sub_version & lmp_sub_version) == in bta_dm_dev_blacklisted_for_switch()
3700 bta_role_switch_blacklist[i].lmp_sub_version)) in bta_dm_dev_blacklisted_for_switch()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c2514 UINT16 *manufacturer, UINT16 *lmp_sub_version) in BTM_ReadRemoteVersion() argument
2527 if (lmp_sub_version) in BTM_ReadRemoteVersion()
2528 *lmp_sub_version = p->lmp_subversion; in BTM_ReadRemoteVersion()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h2678 UINT16 *lmp_sub_version);