Searched refs:bt_gatt_ots_l2cap (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/ |
D | ots_l2cap_internal.h | 26 struct bt_gatt_ots_l2cap { struct 30 void (*tx_done)(struct bt_gatt_ots_l2cap *l2cap_ctx, argument 32 ssize_t (*rx_done)(struct bt_gatt_ots_l2cap *l2cap_ctx, argument 34 void (*closed)(struct bt_gatt_ots_l2cap *l2cap_ctx, argument 38 bool bt_gatt_ots_l2cap_is_open(struct bt_gatt_ots_l2cap *l2cap_ctx, 41 int bt_gatt_ots_l2cap_send(struct bt_gatt_ots_l2cap *l2cap_ctx, 45 int bt_gatt_ots_l2cap_register(struct bt_gatt_ots_l2cap *l2cap_ctx); 47 int bt_gatt_ots_l2cap_unregister(struct bt_gatt_ots_l2cap *l2cap_ctx); 61 struct bt_gatt_ots_l2cap **l2cap_ctx); 63 int bt_gatt_ots_l2cap_disconnect(struct bt_gatt_ots_l2cap *l2cap_ctx);
|
D | ots_l2cap.c | 49 static int ots_l2cap_send(struct bt_gatt_ots_l2cap *l2cap_ctx) in ots_l2cap_send() 93 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_sent() 97 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_sent() 119 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_recv() 123 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_recv() 145 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_disconnected() 149 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_disconnected() 175 static struct bt_gatt_ots_l2cap *find_free_l2cap_ctx(void) in find_free_l2cap_ctx() 177 struct bt_gatt_ots_l2cap *l2cap_ctx; in find_free_l2cap_ctx() 193 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_accept() [all …]
|
D | ots_internal.h | 114 struct bt_gatt_ots_l2cap l2cap;
|
D | ots_oacp.c | 40 static ssize_t oacp_write_proc_cb(struct bt_gatt_ots_l2cap *l2cap_ctx, 43 static void oacp_l2cap_closed(struct bt_gatt_ots_l2cap *l2cap_ctx, in oacp_l2cap_closed() 457 static void oacp_read_proc_cb(struct bt_gatt_ots_l2cap *l2cap_ctx, in oacp_read_proc_cb() 547 static ssize_t oacp_write_proc_cb(struct bt_gatt_ots_l2cap *l2cap_ctx, in oacp_write_proc_cb()
|
D | ots_client.c | 103 struct bt_gatt_ots_l2cap l2cap_ctx; 137 static void tx_done(struct bt_gatt_ots_l2cap *l2cap_ctx, in tx_done() 144 static void write_obj_tx_done(struct bt_gatt_ots_l2cap *l2cap_ctx, in write_obj_tx_done() 172 static ssize_t rx_done(struct bt_gatt_ots_l2cap *l2cap_ctx, in rx_done() 229 static void chan_closed(struct bt_gatt_ots_l2cap *l2cap_ctx, in chan_closed() 1186 struct bt_gatt_ots_l2cap *l2cap; in oacp_read() 1246 struct bt_gatt_ots_l2cap *l2cap; in oacp_write()
|