Searched refs:disconnect (Results 1 - 25 of 37) sorted by path

12

/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl31 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl44 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl30 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHearingAid.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHidDevice.aidl35 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHidHost.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothMap.aidl30 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothMapClient.aidl30 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothPan.aidl31 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothPbap.aidl30 void disconnect(in BluetoothDevice device);
H A DIBluetoothPbapClient.aidl28 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothSap.aidl30 boolean disconnect(in BluetoothDevice device);
/system/bt/btif/src/
H A Dbtif_hd.cc501 * Function disconnect
508 static bt_status_t disconnect(void) { function
633 disconnect,
H A Dbtif_hf_client.cc330 * Function disconnect
332 * Description disconnect from audio gateway
337 static bt_status_t disconnect(const RawAddress* bd_addr) { function
753 .disconnect = disconnect,
H A Dbtif_hh.cc1232 * Function disconnect
1234 * Description disconnect from hid device
1239 static bt_status_t disconnect(RawAddress* bd_addr) { function
1650 disconnect,
/system/bt/include/hardware/
H A Dbt_av.h310 bt_status_t (*disconnect)(const RawAddress& bd_addr); member in struct:__anon706
339 bt_status_t (*disconnect)(const RawAddress& bd_addr); member in struct:__anon707
H A Dbt_gatt_client.h221 bt_status_t (*disconnect)(int client_if, const RawAddress& bd_addr, member in struct:__anon721
H A Dbt_gatt_server.h151 bt_status_t (*disconnect)(int server_if, const RawAddress& bd_addr, member in struct:__anon725
H A Dbt_hd.h112 bt_status_t (*disconnect)(void); member in struct:__anon735
H A Dbt_hf_client.h172 (disconnect from) multiparty */
334 /** disconnect from audio gateway */
335 bt_status_t (*disconnect)(const RawAddress* bd_addr); member in struct:__anon771
H A Dbt_hh.h157 bt_status_t (*disconnect)(RawAddress* bd_addr); member in struct:__anon778
H A Dbt_pan.h83 bt_status_t (*disconnect)(const RawAddress* bd_addr); member in struct:__anon793
/system/bt/service/
H A Dlow_energy_client.cc81 LOG(WARNING) << "Can't disconnect, no existing connection to " << address;
87 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect(
90 LOG(ERROR) << "HAL call to disconnect failed";
/system/bt/stack/avdt/
H A Davdt_api.cc1000 * Description This function disconnect an AVDTP signaling connection
1024 evt.disconnect.p_cback = p_cback;

Completed in 215 milliseconds

12