Home
last modified time | relevance | path

Searched defs:service_helper (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/
H A Dfacade.cc67 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in OpenDynamicChannel() local
83 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in CloseDynamicChannel() local
109 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in SetDynamicChannel() local
260 auto service_helper = fixed_channel_helper_map_.find(request->cid()); in SetFixedChannel() local
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.cc76 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in OpenChannel() local