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 | 39 #define ATT_REQ(_node) CONTAINER_OF(_node, struct bt_att_req, node) 72 K_MEM_SLAB_DEFINE(req_slab, sizeof(struct bt_att_req), 73 CONFIG_BT_ATT_TX_COUNT, __alignof__(struct bt_att_req)); 109 struct bt_att_req *req; 168 static struct bt_att_req cancel; 498 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() 552 static int chan_req_send(struct bt_att_chan *chan, struct bt_att_req *req) in chan_req_send() 907 struct bt_att_req *req) in bt_att_chan_req_send() 921 struct bt_att_req *req = NULL; in att_req_send_process() 3132 struct bt_att_req *req; in att_reset() [all …]
|
| D | gatt.c | 2585 static struct bt_att_req *gatt_req_alloc(bt_att_func_t func, void *params, in gatt_req_alloc() 2590 struct bt_att_req *req; in gatt_req_alloc() 2615 struct bt_att_req *req; in gatt_req_send() 2659 struct bt_att_req *req; in gatt_indicate() 5629 struct bt_att_req *req; in bt_gatt_cancel() 6541 void bt_gatt_req_set_mtu(struct bt_att_req *req, uint16_t mtu) in bt_gatt_req_set_mtu()
|