Home
last modified time | relevance | path

Searched defs:gatt_server (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc71 auto gatt_server = GetGattServer(server_id); in AddService() local
116 auto gatt_server = GetGattServer(server_id); in SendResponse() local
136 auto gatt_server = GetGattServer(server_id); in SendNotification() local
177 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnCharacteristicReadRequest()
194 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnDescriptorReadRequest()
228 bluetooth::GattServer* gatt_server = in OnRegisterInstanceImpl() local
240 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnCharacteristicWriteRequest()
258 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnDescriptorWriteRequest()
276 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnExecuteWriteRequest()
293 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnConnectionStateChanged()
/system/bt/service/test/
Dgatt_server_unittest.cc82 void OnCharacteristicReadRequest(GattServer* gatt_server, in OnCharacteristicReadRequest()
95 void OnDescriptorReadRequest(GattServer* gatt_server, in OnDescriptorReadRequest()
108 void OnCharacteristicWriteRequest(GattServer* gatt_server, in OnCharacteristicWriteRequest()
125 void OnDescriptorWriteRequest(GattServer* gatt_server, in OnDescriptorWriteRequest()
142 void OnExecuteWriteRequest(GattServer* gatt_server, in OnExecuteWriteRequest()
152 void OnConnectionStateChanged(GattServer* gatt_server, in OnConnectionStateChanged()