Searched refs:rx_freq (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 779 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/ |
D | btm_ble_api.h | 2368 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_…
|
D | hcimsgs.h | 870 BOOLEAN btsnd_hcic_ble_receiver_test(UINT8 rx_freq);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 689 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()
|