Searched refs:sendAndCheckSCO (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 204 void sendAndCheckSCO(int num_packets, size_t size, uint16_t handle); 440 void BluetoothHidlTest::sendAndCheckSCO(int num_packets, size_t size, in sendAndCheckSCO() function in BluetoothHidlTest 682 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P() 719 sendAndCheckSCO(NUM_SCO_PACKETS_BANDWIDTH, max_sco_data_packet_length, in TEST_P()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 206 void sendAndCheckSCO(int num_packets, size_t size, uint16_t handle); 452 void BluetoothHidlTest::sendAndCheckSCO(int num_packets, size_t size, in sendAndCheckSCO() function in BluetoothHidlTest 694 sendAndCheckSCO(1, max_sco_data_packet_length, sco_connection_handles[0]); in TEST_P() 731 sendAndCheckSCO(NUM_SCO_PACKETS_BANDWIDTH, max_sco_data_packet_length, in TEST_P()
|