Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServer.aidl38 boolean SendNotification( in SendNotification() method
/system/bt/service/test/
Dgatt_server_unittest.cc610 TEST_F(GattServerPostRegisterTest, SendNotification) { in TEST_F() argument
637 EXPECT_FALSE(gatt_server_->SendNotification(kInvalidAddress, char_handle_, in TEST_F()
641 EXPECT_FALSE(gatt_server_->SendNotification(kTestAddress1, char_handle_, in TEST_F()
654 EXPECT_FALSE(gatt_server_->SendNotification(kTestAddress0, char_handle_, in TEST_F()
666 EXPECT_TRUE(gatt_server_->SendNotification(kTestAddress0, char_handle_, false, in TEST_F()
675 EXPECT_TRUE(gatt_server_->SendNotification(kTestAddress0, char_handle_, true, in TEST_F()
679 EXPECT_FALSE(gatt_server_->SendNotification(kTestAddress0, char_handle_, true, in TEST_F()
702 EXPECT_TRUE(gatt_server_->SendNotification(kTestAddress0, char_handle_, false, in TEST_F()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.h62 Status SendNotification(int32_t server_id,
Dbluetooth_gatt_server_binder_server.cc130 Status BluetoothGattServerBinderServer::SendNotification( in SendNotification() function in ipc::binder::BluetoothGattServerBinderServer
164 if (!gatt_server->SendNotification( in SendNotification()
/system/bt/service/
Dgatt_server.h160 bool SendNotification(const std::string& device_address,
Dgatt_server.cc183 bool GattServer::SendNotification(const std::string& device_address, in SendNotification() function in bluetooth::GattServer
/system/bt/service/example/heart_rate/
Dheart_rate_server.cc178 gatt_->SendNotification(server_if_, String16(String8(iter.first.c_str())), in SendHeartRateMeasurement()