Lines Matching defs:packet

662 static uint16_t get_last_result_handle_from_service_list(uint8_t * packet, uint16_t size){  in get_last_result_handle_from_service_list()
669 static uint16_t get_last_result_handle_from_characteristics_list(uint8_t * packet, uint16_t size){ in get_last_result_handle_from_characteristics_list()
676 static uint16_t get_last_result_handle_from_included_services_list(uint8_t * packet, uint16_t size){ in get_last_result_handle_from_included_services_list()
717 …client_service_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in gatt_client_service_packet_handler()
929 static void emit_event_new(btstack_packet_handler_t callback, uint8_t * packet, uint16_t size){ in emit_event_new()
937 uint8_t packet[9]; in emit_gatt_complete_event() local
949 uint8_t packet[28]; in emit_gatt_service_query_result_event() local
963 uint8_t packet[30]; in emit_gatt_included_service_query_result_event() local
979 uint8_t packet[32]; in emit_gatt_characteristic_query_result_event() local
996 uint8_t packet[26]; in emit_gatt_all_characteristic_descriptors_result_event() local
1009 uint8_t packet[6]; in emit_gatt_mtu_exchanged_result_event() local
1034 static uint8_t packet[1000]; in setup_characteristic_value_packet() local
1065 static uint8_t packet[1000]; in setup_long_characteristic_value_packet() local
1089 static void report_gatt_services(gatt_client_t * gatt_client, uint8_t * packet, uint16_t size){ in report_gatt_services()
1149 static void report_gatt_characteristics(gatt_client_t * gatt_client, uint8_t * packet, uint16_t siz… in report_gatt_characteristics()
1178 uint8_t * packet; in report_gatt_characteristic_value_change() local
1228 uint8_t * packet = setup_characteristic_value_packet( in report_gatt_characteristic_value() local
1235 uint8_t * packet = setup_long_characteristic_value_packet(gatt_client, in report_gatt_long_characteristic_value_blob() local
1244 …uint8_t * packet = setup_characteristic_value_packet(gatt_client, GATT_EVENT_CHARACTERISTIC_DESCRI… in report_gatt_characteristic_descriptor() local
1251 uint8_t * packet = setup_long_characteristic_value_packet(gatt_client, in report_gatt_long_characteristic_descriptor() local
1258 …rt_gatt_all_characteristic_descriptors(gatt_client_t * gatt_client, uint8_t * packet, uint16_t siz… in report_gatt_all_characteristic_descriptors()
1379 static bool is_value_valid(gatt_client_t *gatt_client, uint8_t *packet, uint16_t size){ in is_value_valid()
1769 static void gatt_client_handle_reencryption_complete(const uint8_t * packet){ in gatt_client_handle_reencryption_complete()
1816 static void gatt_client_handle_disconnection_complete(const uint8_t * packet){ in gatt_client_handle_disconnection_complete()
1828 static void gatt_client_event_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet in gatt_client_event_packet_handler()
1889 static void gatt_client_handle_att_read_response(gatt_client_t *gatt_client, uint8_t *packet, uint1… in gatt_client_handle_att_read_response()
1934 …_client_handle_att_read_by_type_response(gatt_client_t *gatt_client, uint8_t *packet, uint16_t siz… in gatt_client_handle_att_read_by_type_response()
2024 static void gatt_client_handle_att_response(gatt_client_t * gatt_client, uint8_t * packet, uint16_t… in gatt_client_handle_att_response()
2415 static void gatt_client_att_packet_handler(uint8_t packet_type, uint16_t handle, uint8_t *packet, u… in gatt_client_att_packet_handler()
3141 void gatt_client_deserialize_service(const uint8_t *packet, int offset, gatt_client_service_t * ser… in gatt_client_deserialize_service()
3152 void gatt_client_deserialize_characteristic(const uint8_t * packet, int offset, gatt_client_charact… in gatt_client_deserialize_characteristic()
3165 void gatt_client_deserialize_characteristic_descriptor(const uint8_t * packet, int offset, gatt_cli… in gatt_client_deserialize_characteristic_descriptor()
3360 …d gatt_client_handle_sdp_client_query_attribute_value(gatt_client_t * connection, uint8_t *packet){ in gatt_client_handle_sdp_client_query_attribute_value()
3403 static void gatt_client_classic_sdp_handler(uint8_t packet_type, uint16_t handle, uint8_t *packet, … in gatt_client_classic_sdp_handler()
3678 …nt_le_enhanced_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in gatt_client_le_enhanced_packet_handler()
3900 void gatt_client_att_packet_handler_fuzz(uint8_t packet_type, uint16_t handle, uint8_t *packet, uin… in gatt_client_att_packet_handler_fuzz()