Home
last modified time | relevance | path

Searched refs:CreateAclConnection (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_proxy/
Dproxy_host.cc341 Status status = acl_data_channel_.CreateAclConnection(connection_handle, in AcquireL2capCoc()
384 acl_data_channel_.CreateAclConnection(connection_handle, transport); in AcquireBasicL2capChannel()
406 Status status = acl_data_channel_.CreateAclConnection(connection_handle, in AcquireGattNotifyChannel()
449 Status status = acl_data_channel_.CreateAclConnection( in AcquireRfcommChannel()
Dacl_data_channel.cc300 if (CreateAclConnection(conn_handle, AclTransportType::kBrEdr) == in HandleConnectionCompleteEvent()
316 if (CreateAclConnection(connection_handle, AclTransportType::kLe) == in HandleLeConnectionCompleteEvent()
483 Status AclDataChannel::CreateAclConnection(uint16_t connection_handle, in CreateAclConnection() function in pw::bluetooth::proxy::AclDataChannel
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dacl_data_channel.h173 pw::Status CreateAclConnection(uint16_t connection_handle,