Searched defs:server_id (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc53 Status BluetoothGattServerBinderServer::UnregisterServer(int server_id) { argument
55 UnregisterInstanceBase(server_id);
66 int server_id, const android::bluetooth::BluetoothGattService& service,
71 auto gatt_server = GetGattServer(server_id);
73 LOG(ERROR) << "Unknown server_id: " << server_id;
91 auto gatt_cb = GetGattServerCallback(server_id);
111 int server_id, const String16& device_address, int request_id, int status,
116 auto gatt_server = GetGattServer(server_id);
118 LOG(ERROR) << "Unknown server_id
65 AddService( int server_id, const android::bluetooth::BluetoothGattService& service, bool* _aidl_return) argument
110 SendResponse( int server_id, const String16& device_address, int request_id, int status, int offset, const std::vector<uint8_t>& value, bool* _aidl_return) argument
130 SendNotification( int server_id, const String16& device_address, int handle, bool confirm, const std::vector<uint8_t>& value, bool* _aidl_return) argument
211 GetGattServerCallback(int server_id) argument
218 GetGattServer(int server_id) argument
[all...]
/system/bt/service/
H A Dgatt_server.cc32 GattServer::GattServer(const Uuid& uuid, int server_id) argument
33 : app_identifier_(uuid), server_id_(server_id), delegate_(nullptr) {}
61 VLOG(1) << __func__ << " server_id: " << server_id_;
107 VLOG(1) << __func__ << " - server_id: " << server_id_
178 VLOG(1) << " - server_id: " << server_id_
239 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id,
243 if (server_id != server_id_) return;
289 int status, int server_id,
293 if (server_id != server_id_) return;
295 VLOG(1) << __func__ << " - status: " << status << " server_id
238 ConnectionCallback( hal::BluetoothGattInterface* , int conn_id, int server_id, int connected, const RawAddress& bda) argument
288 ServiceAddedCallback(hal::BluetoothGattInterface* gatt_iface, int status, int server_id, std::vector<btgatt_db_element_t> svc) argument
593 RegisterServerCallback( hal::BluetoothGattInterface* gatt_iface, int status, int server_id, const Uuid& app_uuid) argument
[all...]

Completed in 63 milliseconds