Home
last modified time | relevance | path

Searched defs:CreateConnection (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/l2cap/fuzz/
Dshim_l2cap.h41 uint16_t CreateConnection(uint16_t psm, hci::Address device_address) { in CreateConnection() function
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.proto9 …rpc CreateConnection(bluetooth.facade.BluetoothAddressWithType) returns (stream LeConnectionEvent)… rpc
Dacl_manager_facade.proto8 rpc CreateConnection(ConnectionMsg) returns (stream ConnectionEvent) {} rpc
Dle_acl_manager_facade.cc62 ::grpc::Status CreateConnection( in CreateConnection() function in bluetooth::hci::facade::LeAclManagerFacadeService
Dacl_manager_facade.cc61 ::grpc::Status CreateConnection( in CreateConnection() function in bluetooth::hci::facade::AclManagerFacadeService
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc169 size_t CreateConnection() { in CreateConnection() function in test_vendor_lib::LinkLayerSocketDeviceTest
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection_handler.cc107 uint16_t AclConnectionHandler::CreateConnection(Address addr, in CreateConnection() function in test_vendor_lib::AclConnectionHandler
Dlink_layer_controller.cc2188 ErrorCode LinkLayerController::CreateConnection(const Address& addr, uint16_t, in CreateConnection() function in test_vendor_lib::LinkLayerController
Ddual_mode_controller.cc1770 void DualModeController::CreateConnection(CommandView command) { in CreateConnection() function in test_vendor_lib::DualModeController
/system/bt/gd/hci/
Dacl_manager.cc158 void AclManager::CreateConnection(Address address) { in CreateConnection() function in bluetooth::hci::AclManager
/system/bt/stack/include/
Dhcimsgs.h68 void (*CreateConnection)(const RawAddress& dest, uint16_t packet_types, member