Home
last modified time | relevance | path

Searched refs:BTM_BleReadPhy (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c225 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy) in BTM_BleReadPhy() function
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h2574 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy);
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5561 BTM_BleReadPhy(p_data->ble_read_phy.bd_addr, &tx_phy, &rx_phy); in bta_dm_ble_gap_read_phy()