Lines Matching defs:channel

108 static void bnep_emit_open_channel_complete(bnep_channel_t *channel, uint8_t status, uint8_t setup_…  in bnep_emit_open_channel_complete()
128 static void bnep_emit_channel_timeout(bnep_channel_t *channel) in bnep_emit_channel_timeout()
145 static void bnep_emit_channel_closed(bnep_channel_t *channel) in bnep_emit_channel_closed()
161 static void bnep_emit_ready_to_send(bnep_channel_t *channel) in bnep_emit_ready_to_send()
174 static int bnep_send_command_not_understood(bnep_channel_t *channel, uint8_t control_type) in bnep_send_command_not_understood()
204 static int bnep_send_connection_request(bnep_channel_t *channel, uint16_t uuid_source, uint16_t uui… in bnep_send_connection_request()
240 static int bnep_send_connection_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_connection_response()
270 static int bnep_send_filter_net_type_set(bnep_channel_t *channel, bnep_net_filter_t *filter, uint16… in bnep_send_filter_net_type_set()
307 static int bnep_send_filter_net_type_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_filter_net_type_response()
338 static int bnep_send_filter_multi_addr_set(bnep_channel_t *channel, bnep_multi_filter_t *filter, ui… in bnep_send_filter_multi_addr_set()
375 static int bnep_send_filter_multi_addr_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_filter_multi_addr_response()
406 bnep_channel_t *channel = bnep_channel_for_l2cap_cid(bnep_cid); in bnep_can_send_packet_now() local
418 bnep_channel_t *channel = bnep_channel_for_l2cap_cid(bnep_cid); in bnep_request_can_send_now_event() local
430 static int bnep_filter_protocol(bnep_channel_t *channel, uint16_t network_protocol_type) in bnep_filter_protocol()
449 static int bnep_filter_multicast(bnep_channel_t *channel, bd_addr_t addr_dest) in bnep_filter_multicast()
478 bnep_channel_t *channel; in bnep_send() local
606 bnep_channel_t *channel; in bnep_set_net_type_filter() local
639 bnep_channel_t *channel; in bnep_set_multicast_filter() local
672 bnep_channel_t *channel = btstack_run_loop_get_timer_context(timer); in bnep_channel_timer_handler() local
690 static void bnep_channel_stop_timer(bnep_channel_t *channel) in bnep_channel_stop_timer()
698 static void bnep_channel_start_timer(bnep_channel_t *channel, int timeout) in bnep_channel_start_timer()
713 inline static void bnep_channel_state_add(bnep_channel_t *channel, BNEP_CHANNEL_STATE_VAR event){ in bnep_channel_state_add()
716 inline static void bnep_channel_state_remove(bnep_channel_t *channel, BNEP_CHANNEL_STATE_VAR event){ in bnep_channel_state_remove()
734 bnep_channel_t *channel = btstack_memory_bnep_channel_get(); in bnep_channel_create_for_addr() local
758 bnep_channel_t *channel = ((bnep_channel_t *) it); in bnep_channel_for_addr() local
770 bnep_channel_t *channel = ((bnep_channel_t *) it); in bnep_channel_for_l2cap_cid() local
790 static void bnep_channel_free(bnep_channel_t *channel) in bnep_channel_free()
796 static void bnep_channel_finalize(bnep_channel_t *channel) in bnep_channel_finalize()
815 static int bnep_handle_connection_request(bnep_channel_t *channel, uint8_t *packet, uint16_t size) in bnep_handle_connection_request()
913 static int bnep_handle_connection_response(bnep_channel_t *channel, uint8_t *packet, uint16_t size) in bnep_handle_connection_response()
943 static int bnep_can_handle_extensions(bnep_channel_t * channel){ in bnep_can_handle_extensions()
954 static int bnep_handle_filter_net_type_set(bnep_channel_t *channel, uint8_t *packet, uint16_t size) in bnep_handle_filter_net_type_set()
1011 static int bnep_handle_filter_net_type_response(bnep_channel_t *channel, uint8_t *packet, uint16_t … in bnep_handle_filter_net_type_response()
1038 static int bnep_handle_multi_addr_set(bnep_channel_t *channel, uint8_t *packet, uint16_t size) in bnep_handle_multi_addr_set()
1098 static int bnep_handle_multi_addr_response(bnep_channel_t *channel, uint8_t *packet, uint16_t size) in bnep_handle_multi_addr_response()
1125 static int bnep_handle_ethernet_packet(bnep_channel_t *channel, bd_addr_t addr_dest, bd_addr_t addr… in bnep_handle_ethernet_packet()
1154 static int bnep_handle_control_packet(bnep_channel_t *channel, uint8_t *packet, uint16_t size, int … in bnep_handle_control_packet()
1240 bnep_channel_t *channel = NULL; in bnep_hci_event_handler() local
1378 bnep_channel_t *channel = NULL; in bnep_l2cap_packet_handler() local
1517 static void bnep_channel_state_machine(bnep_channel_t* channel, bnep_channel_event_t *event) in bnep_channel_state_machine()
1594 bnep_channel_t * channel = ((bnep_channel_t *) it); in bnep_handle_can_send_now() local
1627 bnep_channel_t *channel; in bnep_connect() local
1648 bnep_channel_t *channel; in bnep_disconnect() local