Home
last modified time | relevance | path

Searched refs:SendNotification (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServer.h86 virtual bool SendNotification(
146 bool SendNotification(
DIBluetoothGattServer.cpp155 bool result = SendNotification(server_if, device_address, *char_id, confirm, in onTransact()
306 bool BpBluetoothGattServer::SendNotification( in SendNotification() function in ipc::binder::BpBluetoothGattServer
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp189 bool BluetoothGattServerBinderServer::SendNotification( in SendNotification() function in ipc::binder::BluetoothGattServerBinderServer
225 if (!gatt_server->SendNotification(device_address, characteristic_id, in SendNotification()
Dbluetooth_gatt_server_binder_server.h60 bool SendNotification(
/system/bt/service/test/
Dgatt_server_unittest.cpp1206 TEST_F(GattServerPostRegisterTest, SendNotification) { in TEST_F() argument
1233 EXPECT_FALSE(gatt_server_->SendNotification( in TEST_F()
1238 EXPECT_FALSE(gatt_server_->SendNotification( in TEST_F()
1254 EXPECT_FALSE(gatt_server_->SendNotification( in TEST_F()
1269 EXPECT_TRUE(gatt_server_->SendNotification( in TEST_F()
1280 EXPECT_TRUE(gatt_server_->SendNotification( in TEST_F()
1285 EXPECT_FALSE(gatt_server_->SendNotification( in TEST_F()
1310 EXPECT_TRUE(gatt_server_->SendNotification( in TEST_F()
/system/bt/service/
Dgatt_server.h189 bool SendNotification(const std::string& device_address,
Dgatt_server.cpp369 bool GattServer::SendNotification( in SendNotification() function in bluetooth::GattServer
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp166 if (gatt_->SendNotification(server_if_, iter.first, hr_measurement_id_, in SendHeartRateMeasurement()