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/ |
D | remote_service.h | 234 HandleNotification(value_handle, value, maybe_truncated); in HandleNotificationForTesting() 297 void HandleNotification(att::Handle value_handle,
|
D | remote_characteristic.h | 110 void HandleNotification(const ByteBuffer& value, bool maybe_truncated);
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel.hpp | 1194 void HandleNotification(const uint8_t *aFrame, uint16_t aLength, bool &aShouldSaveFrame); 1195 void HandleNotification(const uint8_t *aFrame, uint16_t aLength);
|
D | radio_spinel.cpp | 324 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/ |
D | remote_characteristic.cc | 323 void RemoteCharacteristic::HandleNotification(const ByteBuffer& value, in HandleNotification() function in bt::gatt::RemoteCharacteristic
|
D | remote_service.cc | 792 void RemoteService::HandleNotification(att::Handle value_handle, in HandleNotification() function in bt::gatt::RemoteService 797 iter->second.HandleNotification(value, maybe_truncated); in HandleNotification()
|
D | remote_service_manager.cc | 543 svc->HandleNotification(value_handle, value, maybe_truncated); in OnNotification()
|
/external/ot-br-posix/src/host/ |
D | ncp_spinel.hpp | 321 void HandleNotification(const uint8_t *aFrame, uint16_t aLength);
|
D | ncp_spinel.cpp | 289 HandleNotification(aFrame, aLength); in HandleReceivedFrame() 311 void NcpSpinel::HandleNotification(const uint8_t *aFrame, uint16_t aLength) in HandleNotification() function in otbr::Host::NcpSpinel
|