Searched defs:server_id (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServer.aidl | 26 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()
|
D | IBluetoothGattServerCallback.aidl | 22 void OnServerRegistered(int status, int server_id); in OnServerRegistered()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cc | 53 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/ |
D | gatt_server.cc | 33 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()
|