Lines Matching defs:packet
476 int bnep_send(uint16_t bnep_cid, uint8_t *packet, uint16_t len) in bnep_send()
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 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()
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()