Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/include/
H A Dbtif_api.h346 void btif_ble_receiver_test(uint8_t rx_freq);
/aosp12/system/bt/stack/test/common/
H A Dmock_btif_dm.cc77 void btif_ble_receiver_test(uint8_t rx_freq) { in btif_ble_receiver_test() argument
H A Dmock_main_shim_btm_api.cc285 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument
/aosp12/system/bt/test/mock/
H A Dmock_btif_dm.cc78 void btif_ble_receiver_test(uint8_t rx_freq) { in btif_ble_receiver_test() argument
H A Dmock_stack_btm_ble.cc163 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in BTM_BleReceiverTest() argument
H A Dmock_hcic_hciblecmds.cc167 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq) { in btsnd_hcic_ble_receiver_test() argument
H A Dmock_main_shim_btm_api.cc281 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument
/aosp12/system/bt/stack/include/
H A Dbtm_ble_api.h484 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
H A Dhcimsgs.h611 extern void btsnd_hcic_ble_receiver_test(uint8_t rx_freq);
/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc559 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in BTM_BleReceiverTest() argument
561 return bluetooth::shim::BTM_BleReceiverTest(rx_freq, p_cmd_cmpl_cback); in BTM_BleReceiverTest()
565 btsnd_hcic_ble_receiver_test(rx_freq); in BTM_BleReceiverTest()
/aosp12/system/bt/main/shim/
H A Dbtm_api.h598 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
H A Dbtm_api.cc1034 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument
/aosp12/system/bt/stack/hcic/
H A Dhciblecmds.cc516 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq) { in btsnd_hcic_ble_receiver_test() argument
526 UINT8_TO_STREAM(pp, rx_freq); in btsnd_hcic_ble_receiver_test()
/aosp12/system/bt/btif/src/
H A Dbtif_dm.cc3024 void btif_ble_receiver_test(uint8_t rx_freq) { in btif_ble_receiver_test() argument
3025 BTM_BleReceiverTest(rx_freq, btif_dm_ble_rx_test_cback); in btif_ble_receiver_test()