Home
last modified time | relevance | path

Searched refs:HandleNotification (Results 1 – 9 of 9) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dremote_service.h234 HandleNotification(value_handle, value, maybe_truncated); in HandleNotificationForTesting()
297 void HandleNotification(att::Handle value_handle,
Dremote_characteristic.h110 void HandleNotification(const ByteBuffer& value, bool maybe_truncated);
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp1194 void HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFrame);
1195 void HandleNotification(const uint8_t *aFrame, uint16_t aLength);
Dradio_spinel.cpp324 void RadioSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFram… in HandleNotification() function in ot::Spinel::RadioSpinel
371 void RadioSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength) in HandleNotification() function in ot::Spinel::RadioSpinel
2157 HandleNotification(aFrame, aLength, aShouldSaveFrame); in HandleReceivedFrame()
2171 void RadioSpinel::HandleSavedFrame(const uint8_t *aFrame, uint16_t aLength) { HandleNotification(aF… in HandleSavedFrame()
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dremote_characteristic.cc323 void RemoteCharacteristic::HandleNotification(const ByteBuffer& value, in HandleNotification() function in bt::gatt::RemoteCharacteristic
Dremote_service.cc792 void RemoteService::HandleNotification(att::Handle value_handle, in HandleNotification() function in bt::gatt::RemoteService
797 iter->second.HandleNotification(value, maybe_truncated); in HandleNotification()
Dremote_service_manager.cc543 svc->HandleNotification(value_handle, value, maybe_truncated); in OnNotification()
/external/ot-br-posix/src/host/
Dncp_spinel.hpp321 void HandleNotification(const uint8_t *aFrame, uint16_t aLength);
Dncp_spinel.cpp289 HandleNotification(aFrame, aLength); in HandleReceivedFrame()
311 void NcpSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength) in HandleNotification() function in otbr::Host::NcpSpinel