Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 25 of 39) sorted by relevance

12

/system/bt/binder/android/bluetooth/
DIBluetoothPbapClient.aidl29 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothPan.aidl34 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothA2dpSink.aidl30 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothSap.aidl33 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothVolumeControl.aidl31 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothLeAudio.aidl31 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothHearingAid.aidl30 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothMapClient.aidl31 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothHidDevice.aidl40 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothHidHost.aidl30 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothA2dp.aidl34 boolean connect(in BluetoothDevice device); in connect() method
DIBluetoothHeadsetClient.aidl31 boolean connect(in BluetoothDevice device, in AttributionSource attributionSource); in connect() method
DIBluetoothHeadset.aidl57 boolean connect(in BluetoothDevice device); in connect() method
/system/bt/test/headless/connect/
Dconnect.cc96 uint64_t connect = std::chrono::duration_cast<std::chrono::milliseconds>( in do_connect() local
/system/bt/include/hardware/
Dbt_sock.h81 bt_status_t (*connect)(const RawAddress* bd_addr, btsock_type_t type, member
Dbt_pan.h77 bt_status_t (*connect)(const RawAddress* bd_addr, int local_role, member
Dbt_av.h330 bt_status_t (*connect)(const RawAddress& bd_addr); member
363 bt_status_t (*connect)(const RawAddress& bd_addr); member
Dbt_gatt_server.h148 bt_status_t (*connect)(int server_if, const RawAddress& bd_addr, member
Dbt_hd.h109 bt_status_t (*connect)(RawAddress* bd_addr); member
/system/bt/btif/src/
Dbtif_profile_queue.cc70 bt_status_t connect() { in connect() function in ConnectNode
Dbtif_hd.cc481 static bt_status_t connect(RawAddress* bd_addr) { in connect() function
/system/chre/host/common/
Dsocket_client.cc44 bool SocketClient::connect(const char *socketName, in connect() function in android::chre::SocketClient
/system/netd/libnetdutils/include/netdutils/
DSyscalls.h140 Status connect(Fd sock, const SockaddrT& addr) const { in connect() function
/system/netd/libnetdutils/
DSyscallsTest.cpp147 TEST_F(SyscallsTest, connect) { in TEST_F() argument
/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs102 pub async fn connect(&mut self, addr: Address) { in connect() method

12