Lines Matching defs:size
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()
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 …c int bnep_handle_filter_net_type_response(bnep_channel_t *channel, uint8_t *packet, uint16_t size) 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 … addr_dest, bd_addr_t addr_source, uint16_t network_protocol_type, uint8_t *payload, uint16_t size) 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()
1232 static int bnep_hci_event_handler(uint8_t *packet, uint16_t size) in bnep_hci_event_handler()
1368 static int bnep_l2cap_packet_handler(uint16_t l2cap_cid, uint8_t *packet, uint16_t size) in bnep_l2cap_packet_handler()
1503 void bnep_packet_handler(uint8_t packet_type, uint16_t l2cap_cid, uint8_t *packet, uint16_t size) in bnep_packet_handler()