Lines Matching defs:sep
79 static void avdtp_sep_lock(struct bt_avdtp_sep *sep) in avdtp_sep_lock()
86 static void avdtp_sep_unlock(struct bt_avdtp_sep *sep) in avdtp_sep_unlock()
93 static void bt_avdtp_set_state(struct bt_avdtp_sep *sep, uint8_t state) in bt_avdtp_set_state()
104 static void bt_avdtp_set_state_lock(struct bt_avdtp_sep *sep, uint8_t state) in bt_avdtp_set_state_lock()
122 struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_connected() local
152 struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_disconnected() local
189 struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_recv() local
203 static int avdtp_media_connect(struct bt_avdtp *session, struct bt_avdtp_sep *sep) in avdtp_media_connect()
218 static int avdtp_media_disconnect(struct bt_avdtp_sep *sep) in avdtp_media_disconnect()
271 struct bt_avdtp_sep *sep; in avdtp_discover_cmd() local
334 struct bt_avdtp_sep *sep = NULL; in avdtp_get_sep() local
347 struct bt_avdtp_sep *sep; in avdtp_get_cmd_sep() local
363 struct bt_avdtp_sep *sep; in avdtp_get_capabilities_cmd() local
429 struct bt_avdtp_sep *sep; in avdtp_process_configuration_cmd() local
570 struct bt_avdtp_sep *sep; in avdtp_open_cmd() local
667 struct bt_avdtp_sep *sep; in avdtp_start_cmd() local
745 struct bt_avdtp_sep *sep; in avdtp_close_cmd() local
824 struct bt_avdtp_sep *sep; in avdtp_suspend_cmd() local
902 struct bt_avdtp_sep *sep; in avdtp_abort_cmd() local
1338 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep) in bt_avdtp_register_sep()
1672 int bt_avdtp_send_media_data(struct bt_avdtp_sep *sep, struct net_buf *buf) in bt_avdtp_send_media_data()
1689 uint32_t bt_avdtp_get_media_mtu(struct bt_avdtp_sep *sep) in bt_avdtp_get_media_mtu()