Home
last modified time | relevance | path

Searched defs:num_packets (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc236 uint8_t num_packets = 1; in SetUp() local
310 uint8_t num_packets = 1; in TEST_F() local
342 uint8_t num_packets = 0; in TEST_F() local
396 uint8_t num_packets = 1; in TEST_F() local
473 uint8_t num_packets = 1; in TEST_F() local
497 uint8_t num_packets = 1; in TEST_F() local
601 const uint16_t num_packets = 100; in TEST_F() local
628 const uint16_t num_packets = 100; in TEST_F() local
Dacl_manager_test.cc840 uint8_t num_packets = 1; in TEST_F() local
978 uint8_t num_packets = 1; in TEST_F() local
991 uint8_t num_packets = 1; in TEST_F() local
1004 uint8_t num_packets = 1; in TEST_F() local
1019 uint8_t num_packets = 1; in TEST_F() local
1032 uint8_t num_packets = 1; in TEST_F() local
1045 uint8_t num_packets = 1; in TEST_F() local
1059 uint8_t num_packets = 1; in TEST_F() local
1072 uint8_t num_packets = 1; in TEST_F() local
1085 uint8_t num_packets = 1; in TEST_F() local
[all …]
Dcontroller_test.cc92 uint8_t num_packets = 1; in HandleCommand() local
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc325 int num_packets = 1000; in TEST_F() local
340 int num_packets = 1000; in TEST_F() local
389 int num_packets = 1000; in TEST_F() local
405 int num_packets = 1000; in TEST_F() local
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc209 void LinkManager::OnPendingPacketChange(hci::AddressWithType remote, int num_packets) { in OnPendingPacketChange()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc225 [[maybe_unused]] uint16_t num_packets) { in le_test_mode()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc129 void LinkManager::OnPendingPacketChange(hci::Address remote, int num_packets) { in OnPendingPacketChange()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc124 void mock_on_packets_completed(uint16_t handle, uint16_t num_packets) {} in mock_on_packets_completed()