Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc858 uint8_t num_packets = 1; in TEST_F() local
996 uint8_t num_packets = 1; in TEST_F() local
1009 uint8_t num_packets = 1; in TEST_F() local
1022 uint8_t num_packets = 1; in TEST_F() local
1037 uint8_t num_packets = 1; in TEST_F() local
1050 uint8_t num_packets = 1; in TEST_F() local
1063 uint8_t num_packets = 1; in TEST_F() local
1077 uint8_t num_packets = 1; in TEST_F() local
1090 uint8_t num_packets = 1; in TEST_F() local
1103 uint8_t num_packets = 1; in TEST_F() local
[all …]
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
Dcontroller_test.cc91 uint8_t num_packets = 1; in HandleCommand() local
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc324 int num_packets = 1000; in TEST_F() local
339 int num_packets = 1000; in TEST_F() local
388 int num_packets = 1000; in TEST_F() local
404 int num_packets = 1000; in TEST_F() local
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc208 void LinkManager::OnPendingPacketChange(hci::AddressWithType remote, int num_packets) { in OnPendingPacketChange()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc127 void LinkManager::OnPendingPacketChange(hci::Address remote, int num_packets) { in OnPendingPacketChange()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc132 void mock_on_packets_completed(uint16_t handle, uint16_t num_packets) {} in mock_on_packets_completed()