Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h482 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
Dhcimsgs.h805 extern void btsnd_hcic_ble_receiver_test(uint8_t rx_freq);
/system/bt/stack/hcic/
Dhciblecmds.cc443 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq) { in btsnd_hcic_ble_receiver_test() argument
453 UINT8_TO_STREAM(pp, rx_freq); in btsnd_hcic_ble_receiver_test()
/system/bt/stack/btm/
Dbtm_ble.cc682 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in BTM_BleReceiverTest() argument
684 return bluetooth::shim::BTM_BleReceiverTest(rx_freq, p_cmd_cmpl_cback); in BTM_BleReceiverTest()
688 btsnd_hcic_ble_receiver_test(rx_freq); in BTM_BleReceiverTest()
/system/bt/main/shim/
Dbtm_api.h679 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
Dbtm_api.cc870 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument