Lines Matching refs:gatt_client_packet_handler

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()
182 …gatt_client_discover_characteristic_descriptors(gatt_client_packet_handler, ble_handle, &character… in LLVMFuzzerTestOneInput()
189 … gatt_client_read_value_of_characteristic(gatt_client_packet_handler, ble_handle, &characteristic); in LLVMFuzzerTestOneInput()
196 …gatt_client_read_value_of_characteristics_by_uuid16(gatt_client_packet_handler, ble_handle, charac… in LLVMFuzzerTestOneInput()
203 …gatt_client_read_value_of_characteristics_by_uuid128(gatt_client_packet_handler, ble_handle, chara… in LLVMFuzzerTestOneInput()
210 …gatt_client_read_long_value_of_characteristic(gatt_client_packet_handler, ble_handle, &characteris… in LLVMFuzzerTestOneInput()
217 …ad_long_value_of_characteristic_using_value_handle_with_offset(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput()
221 … gatt_client_read_multiple_characteristic_values(gatt_client_packet_handler, ble_handle, 0, NULL); in LLVMFuzzerTestOneInput()
225 … gatt_client_write_value_of_characteristic(gatt_client_packet_handler, ble_handle, 5, 0, NULL); in LLVMFuzzerTestOneInput()
229 …gatt_client_write_long_value_of_characteristic(gatt_client_packet_handler, ble_handle, 5, 0, NULL); in LLVMFuzzerTestOneInput()
233 …gatt_client_reliable_write_long_value_of_characteristic(gatt_client_packet_handler, ble_handle, 5,… in LLVMFuzzerTestOneInput()
237 …_client_read_characteristic_descriptor_using_descriptor_handle(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput()
241 …nt_read_long_characteristic_descriptor_using_descriptor_handle(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput()
245 …client_write_characteristic_descriptor_using_descriptor_handle(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput()
249 …t_write_long_characteristic_descriptor_using_descriptor_handle(gatt_client_packet_handler, ble_han… in LLVMFuzzerTestOneInput()
256 …gatt_client_write_client_characteristic_configuration(gatt_client_packet_handler, ble_handle, &cha… in LLVMFuzzerTestOneInput()
264 gatt_client_prepare_write(gatt_client_packet_handler, ble_handle, 5, 0, 0, NULL); in LLVMFuzzerTestOneInput()
271 gatt_client_prepare_write(gatt_client_packet_handler, ble_handle, 5, 0, 0, NULL); in LLVMFuzzerTestOneInput()
273 gatt_client_execute_write(gatt_client_packet_handler, ble_handle); in LLVMFuzzerTestOneInput()
276 gatt_client_prepare_write(gatt_client_packet_handler, ble_handle, 5, 0, 0, NULL); in LLVMFuzzerTestOneInput()
278 gatt_client_cancel_write(gatt_client_packet_handler, ble_handle); in LLVMFuzzerTestOneInput()