Lines Matching refs:bt_att_req
37 #define ATT_REQ(_node) CONTAINER_OF(_node, struct bt_att_req, node)
70 K_MEM_SLAB_DEFINE(req_slab, sizeof(struct bt_att_req),
71 CONFIG_BT_ATT_TX_COUNT, __alignof__(struct bt_att_req));
107 struct bt_att_req *req;
166 static struct bt_att_req cancel;
474 static struct bt_att_req *get_first_req_matching_chan(sys_slist_t *reqs, struct bt_att_chan *chan) in get_first_req_matching_chan()
528 static int chan_req_send(struct bt_att_chan *chan, struct bt_att_req *req) in chan_req_send()
872 struct bt_att_req *req) in bt_att_chan_req_send()
886 struct bt_att_req *req = NULL; in att_req_send_process()
3096 struct bt_att_req *req; in att_reset()
3100 req = CONTAINER_OF(node, struct bt_att_req, node); in att_reset()
3239 struct bt_att_req *req = att_chan->req; in att_req_retry()
3915 struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout) in bt_att_req_alloc()
3917 struct bt_att_req *req = NULL; in bt_att_req_alloc()
3940 void bt_att_req_free(struct bt_att_req *req) in bt_att_req_free()
3971 int bt_att_req_send(struct bt_conn *conn, struct bt_att_req *req) in bt_att_req_send()
3997 struct bt_att_req *req) in bt_att_chan_req_cancel()
4010 void bt_att_req_cancel(struct bt_conn *conn, struct bt_att_req *req) in bt_att_req_cancel()
4039 struct bt_att_req *bt_att_find_req_by_user_data(struct bt_conn *conn, const void *user_data) in bt_att_find_req_by_user_data()
4043 struct bt_att_req *req; in bt_att_find_req_by_user_data()