Searched refs:SendNotification (Results 1 – 8 of 8) sorted by relevance
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServer.h | 86 virtual bool SendNotification( 146 bool SendNotification(
|
D | IBluetoothGattServer.cpp | 155 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/ |
D | bluetooth_gatt_server_binder_server.cpp | 189 bool BluetoothGattServerBinderServer::SendNotification( in SendNotification() function in ipc::binder::BluetoothGattServerBinderServer 225 if (!gatt_server->SendNotification(device_address, characteristic_id, in SendNotification()
|
D | bluetooth_gatt_server_binder_server.h | 60 bool SendNotification(
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 1206 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/ |
D | gatt_server.h | 189 bool SendNotification(const std::string& device_address,
|
D | gatt_server.cpp | 369 bool GattServer::SendNotification( in SendNotification() function in bluetooth::GattServer
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 166 if (gatt_->SendNotification(server_if_, iter.first, hr_measurement_id_, in SendHeartRateMeasurement()
|