Home
last modified time | relevance | path

Searched defs:SendNotification (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServer.aidl38 boolean SendNotification( in SendNotification() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc130 Status BluetoothGattServerBinderServer::SendNotification( in SendNotification() function in ipc::binder::BluetoothGattServerBinderServer
/aosp12/system/bt/service/
H A Dgatt_server.cc181 bool GattServer::SendNotification(const std::string& device_address, in SendNotification() function in bluetooth::GattServer
/aosp12/system/bt/service/test/
H A Dgatt_server_unittest.cc611 TEST_F(GattServerPostRegisterTest, SendNotification) { in TEST_F() argument