Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/proto/
Dsimulator_stream_protocol.proto57 // Notify the remote devices when states are changed or response the command on
88 // Notify the event android.bluetooth.device.action.BOND_STATE_CHANGED
91 // Notify the event
95 // Notify the event android.bluetooth.adapter.action.SCAN_MODE_CHANGED
98 // Notify the current BR/EDR address
101 // Notify the current BLE address
104 // Notify the event android.bluetooth.device.action.ALIAS_CHANGED
/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dh4_protocol_unittest.cc70 ACTION_P(Notify, barrier) { in ACTION_P() argument
134 .WillOnce(Notify(promise)); in ExpectInboundAclData()
158 .WillOnce(Notify(promise)); in ExpectInboundScoData()
176 .WillOnce(Notify(promise)); in ExpectInboundEvent()
200 .WillOnce(Notify(promise)); in ExpectInboundIsoData()
444 EXPECT_CALL(disconnect_cb_, Call()).WillOnce(Notify(&promise)); in TEST_F()
/packages/modules/Bluetooth/system/test/headless/
Dmessenger.cc46 void Notify() { cv.notify_all(); } in Notify() function
58 acl_state_changed_.Notify(); in acl_state_changed_cb()
82 remote_device_properties_.Notify(); in remote_device_properties_cb()
/packages/services/Iwlan/assets/
Ddefaultiwlanerrorconfig.json12 # 3.1.1. "IKE_PROTOCOL_ERROR_TYPE" refers to the Notify Error coming in
13 # Notify paylod. Refer to https://tools.ietf.org/html/rfc4306#section-3.10.1
/packages/modules/Bluetooth/system/gd/common/
Dcallback_list.h75 void Notify(RunArgs&&... args) { in Notify() function
/packages/modules/Bluetooth/system/gd/os/
Dreactor.h90 void Notify();
Dhandler.cc54 event_->Notify(); in Post()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc137 Notify(); in EnqueueCommand()
145 Notify(); in EnqueueCommand()
321 void Notify() { in Notify() function in bluetooth::hci::acl_manager::__anone57cfdcd0111::TestHciLayer
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc79 void Reactor::Event::Notify() { in Notify() function in bluetooth::os::Reactor::Event
/packages/modules/Connectivity/nearby/service/proto/src/presence/
Dblefilter.proto87 // Notify the client if the advertising device is within the distance.
/packages/modules/Virtualization/microdroid/
Dinit.rc44 # Notify to microdroid_manager that perform_apex_config is done.
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs593 Notify(i32, BtGattNotifyParams), enumerator
680 gc_notify_cb -> GattClientCallbacks::Notify,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2806 #[btif_callback(Notify)]