Searched refs:errcode (Results 1 – 3 of 3) sorted by relevance
| /subsys/bluetooth/host/classic/ |
| A D | avdtp_internal.h | 183 int (*discovery_ind)(struct bt_avdtp *session, uint8_t *errcode); 186 struct net_buf *rsp_buf, uint8_t *errcode); 189 uint8_t int_seid, struct net_buf *buf, uint8_t *errcode); 192 uint8_t int_seid, struct net_buf *buf, uint8_t *errcode); 194 int (*open_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 196 int (*close_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 198 int (*start_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 200 int (*suspend_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); 202 int (*abort_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
|
| A D | a2dp.c | 123 *errcode = 0; in a2dp_discovery_ind() 133 *errcode = 0; in a2dp_get_capabilities_ind() 269 *errcode = 0; in a2dp_process_config_ind() 280 *errcode = BT_AVDTP_BAD_ACP_SEID; in a2dp_process_config_ind() 285 if (*errcode != 0) { in a2dp_process_config_ind() 302 if (*errcode != 0) { in a2dp_process_config_ind() 344 *errcode = rsp_err_code; in a2dp_process_config_ind() 349 if (*errcode == 0) { in a2dp_process_config_ind() 409 *errcode = 0; in a2dp_ctrl_ind() 424 *errcode = rsp_err_code; in a2dp_ctrl_ind() [all …]
|
| /subsys/net/lib/sockets/ |
| A D | getaddrinfo.c | 483 const char *zsock_gai_strerror(int errcode) in zsock_gai_strerror() argument 485 switch (errcode) { in zsock_gai_strerror()
|
Completed in 19 milliseconds