Searched refs:connect (Results 1 - 25 of 103) sorted by path

12345

/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl30 boolean connect(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl43 boolean connect(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothHearingAid.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothHidDevice.aidl34 boolean connect(in BluetoothDevice device);
H A DIBluetoothHidHost.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothMap.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothMapClient.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothPan.aidl30 boolean connect(in BluetoothDevice device);
H A DIBluetoothPbapClient.aidl27 boolean connect(in BluetoothDevice device);
H A DIBluetoothSap.aidl29 boolean connect(in BluetoothDevice device);
/system/bt/btif/src/
H A Dbtif_hd.cc473 * Function connect
480 static bt_status_t connect(RawAddress* bd_addr) { function
632 connect,
H A Dbtif_hf_client.cc35 * -- While connect() is called from BTIF. This is an outgoing connection
293 * Function connect
295 * Description connect to audio gateway
322 static bt_status_t connect(RawAddress* bd_addr) { function
752 .connect = connect,
H A Dbtif_hh.cc117 * NUMLOCK state toggle on fpr first connect.*/
605 pagescan mode, we will do 2 retries to connect before giving up */
764 // The connect request must come from device side and exceeded the
1007 keys work from first keyboard connect */
1214 * Function connect
1216 * Description connect to hid device
1221 static bt_status_t connect(RawAddress* bd_addr) { function
1649 connect,
H A Dbtif_profile_queue.cc45 // Class to store connect info.
65 * code. Note: if a previous connect request hasn't been completed, the
68 bt_status_t connect() { function in class:ConnectNode
197 return head.connect();
/system/bt/include/hardware/
H A Dbt_av.h306 /** connect to headset */
307 bt_status_t (*connect)(const RawAddress& bd_addr); member in struct:__anon706
309 /** dis-connect from headset */
335 /** connect to headset */
336 bt_status_t (*connect)(const RawAddress& bd_addr); member in struct:__anon707
338 /** dis-connect from headset */
H A Dbt_gatt_client.h216 bt_status_t (*connect)(int client_if, const RawAddress& bd_addr, member in struct:__anon721
H A Dbt_gatt_server.h147 bt_status_t (*connect)(int server_if, const RawAddress& bd_addr, member in struct:__anon725
H A Dbt_hd.h109 bt_status_t (*connect)(RawAddress* bd_addr); member in struct:__anon735
H A Dbt_hf_client.h331 /** connect to audio gateway */
332 bt_status_t (*connect)(RawAddress* bd_addr); member in struct:__anon771
H A Dbt_hh.h153 /** connect to hid device */
154 bt_status_t (*connect)(RawAddress* bd_addr); member in struct:__anon778
156 /** dis-connect from hid device */
H A Dbt_pan.h77 bt_status_t (*connect)(const RawAddress* bd_addr, int local_role, member in struct:__anon793
H A Dbt_sock.h75 bt_status_t (*connect)(const RawAddress* bd_addr, btsock_type_t type, member in struct:__anon831
/system/bt/osi/src/socket_utils/
H A Dsocket_local_client.cc106 * connect to peer named "name" on fd
124 OSI_NO_INTR(err = connect(fd, (struct sockaddr*)&addr, alen));
136 * connect to peer named "name"

Completed in 139 milliseconds

12345