Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc75 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in OpenDynamicChannel() local
96 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in CloseDynamicChannel() local
126 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in SetDynamicChannel() local
280 auto service_helper = fixed_channel_helper_map_.find(request->cid()); in SetFixedChannel() local
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfacade.cc88 auto service_helper = dynamic_channel_helper_map_.find(request->psm()); in OpenChannel() local