Home
last modified time | relevance | path

Searched defs:link_error_cb (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dfake_l2cap.cc122 l2cap::LinkErrorCallback link_error_cb, in AddACLConnection()
133 l2cap::LinkErrorCallback link_error_cb, in AddLEConnection()
262 l2cap::LinkErrorCallback link_error_cb) { in RegisterInternal()
H A Dchannel_manager.cc198 LinkErrorCallback link_error_cb, in AddACLConnection()
215 LinkErrorCallback link_error_cb, in AddLEConnection()
H A Dchannel_manager_test.cc521 LinkErrorCallback link_error_cb = DoNothing, in RegisterLE()
540 LinkErrorCallback link_error_cb = DoNothing, in QueueRegisterACL()
560 LinkErrorCallback link_error_cb = DoNothing, in RegisterACL()
1709 auto link_error_cb = [&link_error] { link_error = true; }; in TEST_F() local
1722 auto link_error_cb = [&link_error] { link_error = true; }; in TEST_F() local
1739 auto link_error_cb = [this, &link_error] { in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dfake_l2cap.h142 LinkErrorCallback link_error_cb; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_connection.cc210 auto link_error_cb = [self]() { in InitializeFixedChannels() local