Home
last modified time | relevance | path

Searched refs:tx_freq (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/bluedroidtest/
DREADME.txt62 > le_test_mode 2 <tx_freq> <test_data_len> <payload_pattern>
86 TxTest - 2 <tx_freq> <test_data_len> <payload_pattern>,
/system/bt/stack/hcic/
Dhciblecmds.c650 BOOLEAN btsnd_hcic_ble_transmitter_test(UINT8 tx_freq, UINT8 test_data_len, UINT8 payload) in btsnd_hcic_ble_transmitter_test() argument
666 UINT8_TO_STREAM (pp, tx_freq); in btsnd_hcic_ble_transmitter_test()
/system/bt/stack/include/
Dhcimsgs.h759 extern BOOLEAN btsnd_hcic_ble_transmitter_test(UINT8 tx_freq, UINT8 test_data_len,
Dbtm_ble_api.h1625 void BTM_BleTransmitterTest(UINT8 tx_freq, UINT8 test_data_len,
/system/bt/stack/btm/
Dbtm_ble.c752 void BTM_BleTransmitterTest(UINT8 tx_freq, UINT8 test_data_len, in BTM_BleTransmitterTest() argument
756 if (btsnd_hcic_ble_transmitter_test(tx_freq, test_data_len, packet_payload) == FALSE) in BTM_BleTransmitterTest()