Searched refs:bt_att_req (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | att_internal.h | 282 struct bt_att_req { struct 302 struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout); argument 305 void bt_att_req_free(struct bt_att_req *req); 311 int bt_att_req_send(struct bt_conn *conn, struct bt_att_req *req); 314 void bt_att_req_cancel(struct bt_conn *conn, struct bt_att_req *req); 324 struct bt_att_req *bt_att_find_req_by_user_data(struct bt_conn *conn, const void *user_data); 351 void bt_gatt_req_set_mtu(struct bt_att_req *req, uint16_t mtu);
|
D | att.c | 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() [all …]
|
D | gatt.c | 2576 static struct bt_att_req *gatt_req_alloc(bt_att_func_t func, void *params, in gatt_req_alloc() 2581 struct bt_att_req *req; in gatt_req_alloc() 2606 struct bt_att_req *req; in gatt_req_send() 2650 struct bt_att_req *req; in gatt_indicate() 5605 struct bt_att_req *req; in bt_gatt_cancel() 6517 void bt_gatt_req_set_mtu(struct bt_att_req *req, uint16_t mtu) in bt_gatt_req_set_mtu()
|