Home
last modified time | relevance | path

Searched refs:unsolicited (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.h98 at_resp_cb_t unsolicited; member
105 void at_register_unsolicited(struct at_client *at, at_resp_cb_t unsolicited);
Dat.c296 if (at->unsolicited) { in at_state_unsolicited_cmd()
297 return at->unsolicited(at, buf); in at_state_unsolicited_cmd()
527 void at_register_unsolicited(struct at_client *at, at_resp_cb_t unsolicited) in at_register_unsolicited() argument
529 at->unsolicited = unsolicited; in at_register_unsolicited()
Dhfp_hf.c434 static const struct unsolicited { struct
443 static const struct unsolicited *hfp_hf_unsol_lookup(struct at_client *hf_at) in hfp_hf_unsol_lookup() argument
459 const struct unsolicited *handler; in unsolicited_cb()
/Zephyr-latest/doc/services/modbus/
Dindex.rst16 requests or unsolicited responses.
/Zephyr-latest/
DCODE_OF_CONDUCT.md94 interaction with the people involved, including unsolicited interaction with
107 private interaction with the people involved, including unsolicited interaction
/Zephyr-latest/drivers/modem/
DKconfig129 - unsolicited messages
/Zephyr-latest/scripts/
Dspelling.txt1663 unsolicted||unsolicited
1664 unsolicitied||unsolicited
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst493 * :github:`6382` - echo server: crash from unsolicited RA reachable time anomaly