Searched refs:rx_freq (Results 1 – 14 of 14) sorted by relevance
/system/bt/btif/include/ |
D | btif_api.h | 346 void btif_ble_receiver_test(uint8_t rx_freq);
|
/system/bt/stack/test/common/ |
D | mock_btif_dm.cc | 77 void btif_ble_receiver_test(uint8_t rx_freq) { in btif_ble_receiver_test() argument
|
D | mock_main_shim_btm_api.cc | 285 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument
|
/system/bt/test/mock/ |
D | mock_btif_dm.cc | 78 void btif_ble_receiver_test(uint8_t rx_freq) { in btif_ble_receiver_test() argument
|
D | mock_stack_btm_ble.cc | 163 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback) { in BTM_BleReceiverTest() argument
|
D | mock_hcic_hciblecmds.cc | 167 void btsnd_hcic_ble_receiver_test(uint8_t rx_freq) { in btsnd_hcic_ble_receiver_test() argument
|
D | mock_main_shim_btm_api.cc | 281 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 484 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
|
D | hcimsgs.h | 611 extern void btsnd_hcic_ble_receiver_test(uint8_t rx_freq);
|
/system/bt/main/shim/ |
D | btm_api.h | 598 void BTM_BleReceiverTest(uint8_t rx_freq, tBTM_CMPL_CB* p_cmd_cmpl_cback);
|
D | btm_api.cc | 1034 void bluetooth::shim::BTM_BleReceiverTest(uint8_t rx_freq, in BTM_BleReceiverTest() argument
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 559 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()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 516 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()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 3024 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()
|