Home
last modified time | relevance | path

Searched refs:gatt_server (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc71 auto gatt_server = GetGattServer(server_id); in AddService() local
72 if (!gatt_server) { in AddService()
100 if (!gatt_server->AddService(service, callback)) { in AddService()
116 auto gatt_server = GetGattServer(server_id); in SendResponse() local
117 if (!gatt_server) { in SendResponse()
123 *_aidl_return = gatt_server->SendResponse( in SendResponse()
136 auto gatt_server = GetGattServer(server_id); in SendNotification() local
137 if (!gatt_server) { in SendNotification()
164 if (!gatt_server->SendNotification( in SendNotification()
228 bluetooth::GattServer* gatt_server = in OnRegisterInstanceImpl() local
[all …]
H A Dbluetooth_gatt_server_binder_server.h68 void OnCharacteristicReadRequest(bluetooth::GattServer* gatt_server,
72 void OnDescriptorReadRequest(bluetooth::GattServer* gatt_server,
76 void OnCharacteristicWriteRequest(bluetooth::GattServer* gatt_server,
82 void OnDescriptorWriteRequest(bluetooth::GattServer* gatt_server,
88 void OnExecuteWriteRequest(bluetooth::GattServer* gatt_server,
91 void OnConnectionStateChanged(bluetooth::GattServer* gatt_server,
/aosp12/system/bt/service/
H A Dgatt_server.h53 virtual void OnCharacteristicReadRequest(GattServer* gatt_server,
62 virtual void OnDescriptorReadRequest(GattServer* gatt_server,
77 GattServer* gatt_server, const std::string& device_address,
91 GattServer* gatt_server, const std::string& device_address,
99 virtual void OnExecuteWriteRequest(GattServer* gatt_server,
103 virtual void OnConnectionStateChanged(GattServer* gatt_server,
H A DBUILD.gn38 "gatt_server.cc",
H A DAndroid.bp33 "gatt_server.cc",
/aosp12/system/bt/service/test/
H A Dgatt_server_unittest.cc83 void OnCharacteristicReadRequest(GattServer* gatt_server, in OnCharacteristicReadRequest() argument
87 ASSERT_TRUE(gatt_server); in OnCharacteristicReadRequest()
96 void OnDescriptorReadRequest(GattServer* gatt_server, in OnDescriptorReadRequest() argument
100 ASSERT_TRUE(gatt_server); in OnDescriptorReadRequest()
115 ASSERT_TRUE(gatt_server); in OnCharacteristicWriteRequest()
126 void OnDescriptorWriteRequest(GattServer* gatt_server, in OnDescriptorWriteRequest() argument
132 ASSERT_TRUE(gatt_server); in OnDescriptorWriteRequest()
143 void OnExecuteWriteRequest(GattServer* gatt_server, in OnExecuteWriteRequest() argument
146 ASSERT_TRUE(gatt_server); in OnExecuteWriteRequest()
153 void OnConnectionStateChanged(GattServer* gatt_server, in OnConnectionStateChanged() argument
[all …]