Home
last modified time | relevance | path

Searched defs:OnCloseCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/l2cap/
H A Ddynamic_channel.h55 using OnCloseCallback = common::ContextualOnceCallback<void(hci::ErrorCode)>; variable
/aosp12/system/bt/gd/l2cap/classic/
H A Dfixed_channel.h59 using OnCloseCallback = common::OnceCallback<void(hci::ErrorCode)>; variable
/aosp12/system/bt/gd/l2cap/le/
H A Dfixed_channel.h60 using OnCloseCallback = common::OnceCallback<void(hci::ErrorCode)>; variable