Searched refs:errcode (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp_internal.h | 185 int (*discovery_ind)(struct bt_avdtp *session, uint8_t *errcode); 188 struct net_buf *rsp_buf, uint8_t *errcode); 191 uint8_t int_seid, struct net_buf *buf, uint8_t *errcode); 194 uint8_t int_seid, struct net_buf *buf, uint8_t *errcode); 196 int (*open_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 198 int (*close_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 200 int (*start_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 202 int (*suspend_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 204 int (*abort_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
|
D | a2dp.c | 118 static int a2dp_discovery_ind(struct bt_avdtp *session, uint8_t *errcode) in a2dp_discovery_ind() argument 120 *errcode = 0; in a2dp_discovery_ind() 125 struct net_buf *rsp_buf, uint8_t *errcode) in a2dp_get_capabilities_ind() argument 130 *errcode = 0; in a2dp_get_capabilities_ind() 149 uint8_t int_seid, struct net_buf *buf, uint8_t *errcode, in a2dp_process_config_ind() argument 164 *errcode = 0; in a2dp_process_config_ind() 175 *errcode = BT_AVDTP_BAD_ACP_SEID; in a2dp_process_config_ind() 184 *errcode = BT_AVDTP_BAD_ACP_SEID; in a2dp_process_config_ind() 195 *errcode = BT_AVDTP_BAD_ACP_SEID; in a2dp_process_config_ind() 206 *errcode = BT_AVDTP_BAD_ACP_SEID; in a2dp_process_config_ind() [all …]
|
/Zephyr-latest/include/zephyr/posix/ |
D | netdb.h | 67 const char *gai_strerror(int errcode);
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 203 const char *gai_strerror(int errcode) in gai_strerror() argument 205 return zsock_gai_strerror(errcode); in gai_strerror()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | getaddrinfo.c | 483 const char *zsock_gai_strerror(int errcode) in zsock_gai_strerror() argument 485 switch (errcode) { in zsock_gai_strerror()
|
/Zephyr-latest/include/zephyr/net/ |
D | socket.h | 768 const char *zsock_gai_strerror(int errcode);
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 336 * ``ZEP-1183`` - btshell return "panic: errcode -1" when init bt
|