Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c431 … ((NULL != (p = BTM_ReadRemoteFeatures (peer_addr))) && HCI_SNIFF_SUB_RATE_SUPPORTED(p)) && in bta_dm_pm_cback()
685 p_rem_feat = BTM_ReadRemoteFeatures (p_peer_dev->peer_bdaddr); in bta_dm_pm_sniff()
Dbta_dm_act.c3519 … ((NULL != (p = BTM_ReadRemoteFeatures (p_bda))) && HCI_SNIFF_SUB_RATE_SUPPORTED(p))) { in bta_dm_acl_change()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h2518 UINT8 *BTM_ReadRemoteFeatures (BD_ADDR addr);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1745 UINT8 *BTM_ReadRemoteFeatures (BD_ADDR addr) in BTM_ReadRemoteFeatures() function