Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c779 void BTM_BleReceiverTest(UINT8 rx_freq, tBTM_CMPL_CB *p_cmd_cmpl_cback) in BTM_BleReceiverTest() argument
783 if (btsnd_hcic_ble_receiver_test(rx_freq) == FALSE) { in BTM_BleReceiverTest()
855 void BTM_BleEnhancedReceiverTest(UINT8 rx_freq, UINT8 phy, UINT8 modulation_index, tBTM_CMPL_CB *p_… in BTM_BleEnhancedReceiverTest() argument
859 if (btsnd_hcic_ble_enhand_rx_test(rx_freq, phy, modulation_index) == FALSE) { in BTM_BleEnhancedReceiverTest()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h2368 void BTM_BleReceiverTest(UINT8 rx_freq, tBTM_CMPL_CB *p_cmd_cmpl_cback);
2793 void BTM_BleEnhancedReceiverTest(UINT8 rx_freq, UINT8 phy, UINT8 modulation_index, tBTM_CMPL_CB *p_…
Dhcimsgs.h870 BOOLEAN btsnd_hcic_ble_receiver_test(UINT8 rx_freq);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c689 BOOLEAN btsnd_hcic_ble_receiver_test(UINT8 rx_freq) in btsnd_hcic_ble_receiver_test() argument
706 UINT8_TO_STREAM (pp, rx_freq); in btsnd_hcic_ble_receiver_test()