Searched refs:bt_gatt_ots_l2cap (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/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 | 48 static int ots_l2cap_send(struct bt_gatt_ots_l2cap *l2cap_ctx) in ots_l2cap_send() 92 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_sent() 96 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_sent() 118 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_recv() 122 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_recv() 144 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_disconnected() 148 l2cap_ctx = CONTAINER_OF(l2chan, struct bt_gatt_ots_l2cap, ot_chan); in l2cap_disconnected() 174 static struct bt_gatt_ots_l2cap *find_free_l2cap_ctx(void) in find_free_l2cap_ctx() 176 struct bt_gatt_ots_l2cap *l2cap_ctx; in find_free_l2cap_ctx() 192 struct bt_gatt_ots_l2cap *l2cap_ctx; in l2cap_accept() [all …]
|
D | ots_internal.h | 135 struct bt_gatt_ots_l2cap l2cap;
|
D | ots_oacp.c | 30 static ssize_t oacp_write_proc_cb(struct bt_gatt_ots_l2cap *l2cap_ctx, 34 static void oacp_l2cap_closed(struct bt_gatt_ots_l2cap *l2cap_ctx, in oacp_l2cap_closed() 447 static void oacp_read_proc_cb(struct bt_gatt_ots_l2cap *l2cap_ctx, in oacp_read_proc_cb() 538 static ssize_t oacp_write_proc_cb(struct bt_gatt_ots_l2cap *l2cap_ctx, in oacp_write_proc_cb()
|
D | ots_client.c | 104 struct bt_gatt_ots_l2cap l2cap_ctx; 138 static void tx_done(struct bt_gatt_ots_l2cap *l2cap_ctx, in tx_done() 145 static void write_obj_tx_done(struct bt_gatt_ots_l2cap *l2cap_ctx, in write_obj_tx_done() 173 static ssize_t rx_done(struct bt_gatt_ots_l2cap *l2cap_ctx, in rx_done() 230 static void chan_closed(struct bt_gatt_ots_l2cap *l2cap_ctx, in chan_closed() 1205 struct bt_gatt_ots_l2cap *l2cap; in oacp_read() 1265 struct bt_gatt_ots_l2cap *l2cap; in oacp_write()
|