Home
last modified time | relevance | path

Searched defs:server_id (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServer.aidl26 void UnregisterServer(int server_id); in UnregisterServer()
29 boolean AddService(int server_id, in BluetoothGattService service); in AddService()
32 int server_id, in SendResponse()
39 int server_id, in SendNotification()
DIBluetoothGattServerCallback.aidl22 void OnServerRegistered(int status, int server_id); in OnServerRegistered()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc53 Status BluetoothGattServerBinderServer::UnregisterServer(int server_id) { in UnregisterServer()
66 int server_id, const android::bluetooth::BluetoothGattService& service, in AddService()
111 int server_id, const String16& device_address, int request_id, int status, in SendResponse()
131 int server_id, const String16& device_address, int handle, bool confirm, in SendNotification()
211 BluetoothGattServerBinderServer::GetGattServerCallback(int server_id) { in GetGattServerCallback()
218 BluetoothGattServerBinderServer::GetGattServer(int server_id) { in GetGattServer()
/system/bt/service/
Dgatt_server.cc33 GattServer::GattServer(const Uuid& uuid, int server_id) in GattServer()
248 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id, in ConnectionCallback()
298 int status, int server_id, in ServiceAddedCallback()
603 hal::BluetoothGattInterface* gatt_iface, int status, int server_id, in RegisterServerCallback()