Searched refs:gatt_client_packet_handler (Results 1 – 1 of 1) sorted by relevance
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 50 static void gatt_client_packet_handler(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint1… in gatt_client_packet_handler() function 117 gatt_client_discover_primary_services(gatt_client_packet_handler, ble_handle); in LLVMFuzzerTestOneInput() 124 … gatt_client_discover_primary_services_by_uuid16(gatt_client_packet_handler, ble_handle, uuid16); in LLVMFuzzerTestOneInput() 131 … gatt_client_discover_primary_services_by_uuid128(gatt_client_packet_handler, ble_handle, uuid128); in LLVMFuzzerTestOneInput() 138 … gatt_client_find_included_services_for_service(gatt_client_packet_handler, ble_handle, &service); in LLVMFuzzerTestOneInput() 145 …gatt_client_discover_characteristics_for_service(gatt_client_packet_handler, ble_handle, &service); in LLVMFuzzerTestOneInput() 152 …att_client_discover_characteristics_for_handle_range_by_uuid16(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput() 159 …tt_client_discover_characteristics_for_handle_range_by_uuid128(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput() 167 …gatt_client_discover_characteristics_for_service_by_uuid16(gatt_client_packet_handler, ble_handle,… in LLVMFuzzerTestOneInput() 175 …gatt_client_discover_characteristics_for_service_by_uuid128(gatt_client_packet_handler, ble_handle… in LLVMFuzzerTestOneInput() [all …]
|