Searched refs:sendAndCheckACL (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 236 void sendAndCheckACL(int num_packets, size_t size, uint16_t handle); 516 void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, in sendAndCheckACL() function in BluetoothHidlTest 749 sendAndCheckACL(1, max_acl_data_packet_length, acl_connection_handles[0]); in TEST_P() 787 sendAndCheckACL(NUM_ACL_PACKETS_BANDWIDTH, max_acl_data_packet_length, in TEST_P()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 238 void sendAndCheckACL(int num_packets, size_t size, uint16_t handle); 528 void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, in sendAndCheckACL() function in BluetoothHidlTest 772 sendAndCheckACL(1, max_acl_data_packet_length, acl_connection_handles[0]); in TEST_P() 810 sendAndCheckACL(NUM_ACL_PACKETS_BANDWIDTH, max_acl_data_packet_length, in TEST_P()
|