Home
last modified time | relevance | path

Searched refs:GetGattServer (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp61 auto gatt_server = GetGattServer(server_id); in BeginServiceDeclaration()
87 auto gatt_server = GetGattServer(server_id); in AddCharacteristic()
112 auto gatt_server = GetGattServer(server_id); in AddDescriptor()
134 auto gatt_server = GetGattServer(server_id); in EndServiceDeclaration()
178 auto gatt_server = GetGattServer(server_id); in SendResponse()
198 auto gatt_server = GetGattServer(server_id); in SendNotification()
278 BluetoothGattServerBinderServer::GetGattServer(int server_id) { in GetGattServer() function in ipc::binder::BluetoothGattServerBinderServer
Dbluetooth_gatt_server_binder_server.h104 std::shared_ptr<bluetooth::GattServer> GetGattServer(int server_id);