Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc60 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in BTM_BleReceiverTest() argument
63 btsnd_hcic_ble_receiver_test(rx_freq); in BTM_BleReceiverTest()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.h135 std::function<void(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback)> body{
137 void operator()(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in operator()
138 body(rx_freq, p_cmd_cmpl_cback); in operator()
Dmock_stack_btm_ble.cc139 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in BTM_BleReceiverTest() argument
141 test::mock::stack_btm_ble::BTM_BleReceiverTest(rx_freq, p_cmd_cmpl_cback); in BTM_BleReceiverTest()
Dmock_stack_hcic_hciblecmds.h247 std::function<void(uint8_t rx_freq)> body{[](uint8_t /* rx_freq */) {}};
248 void operator()(uint8_t rx_freq) { body(rx_freq); } in operator()
Dmock_stack_hcic_hciblecmds.cc175 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq) { in btsnd_hcic_ble_receiver_test() argument
177 test::mock::stack_hcic_hciblecmds::btsnd_hcic_ble_receiver_test(rx_freq); in btsnd_hcic_ble_receiver_test()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_api.h364 void btif_ble_receiver_test(uint8_t rx_freq);
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h238 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
Dhcimsgs.h288 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq);
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc301 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq) { in btsnd_hcic_ble_receiver_test() argument
311 UINT8_TO_STREAM(pp, rx_freq); in btsnd_hcic_ble_receiver_test()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc3785 void btif_ble_receiver_test(uint8_t rx_freq) { in btif_ble_receiver_test() argument
3786 BTM_BleReceiverTest(rx_freq, btif_dm_ble_rx_test_cback); in btif_ble_receiver_test()