Searched refs:SendNotification (Results 1 – 7 of 7) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServer.aidl | 38 boolean SendNotification( in SendNotification() method
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 610 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/ |
D | bluetooth_gatt_server_binder_server.h | 62 Status SendNotification(int32_t server_id,
|
D | bluetooth_gatt_server_binder_server.cc | 130 Status BluetoothGattServerBinderServer::SendNotification( in SendNotification() function in ipc::binder::BluetoothGattServerBinderServer 164 if (!gatt_server->SendNotification( in SendNotification()
|
/system/bt/service/ |
D | gatt_server.h | 160 bool SendNotification(const std::string& device_address,
|
D | gatt_server.cc | 183 bool GattServer::SendNotification(const std::string& device_address, in SendNotification() function in bluetooth::GattServer
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 178 gatt_->SendNotification(server_if_, String16(String8(iter.first.c_str())), in SendHeartRateMeasurement()
|