Searched defs:UnregisterClient (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/common/android/bluetooth/ | ||
D | IBluetoothGattClient.aidl | 24 void UnregisterClient(int client_id); in UnregisterClient() method |
D | IBluetoothLowEnergy.aidl | 26 void UnregisterClient(int client_if); in UnregisterClient() method |
/system/bt/service/ipc/binder/ | ||
D | bluetooth_gatt_client_binder_server.cc | 50 Status BluetoothGattClientBinderServer::UnregisterClient(int client_id) { in UnregisterClient() function in ipc::binder::BluetoothGattClientBinderServer |
D | bluetooth_low_energy_binder_server.cc | 53 Status BluetoothLowEnergyBinderServer::UnregisterClient(int client_id) { in UnregisterClient() function in ipc::binder::BluetoothLowEnergyBinderServer |