Lines Matching refs:callback

197     btstack_packet_handler_t callback;  member
299 btstack_packet_handler_t callback; member
307 btstack_packet_handler_t callback; member
367 uint8_t gatt_client_classic_connect(btstack_packet_handler_t callback, bd_addr_t addr);
375 uint8_t gatt_client_classic_disconnect(btstack_packet_handler_t callback, hci_con_handle_t con_hand…
386 uint8_t gatt_client_le_enhanced_connect(btstack_packet_handler_t callback, hci_con_handle_t con_han…
413 void gatt_client_send_mtu_negotiation(btstack_packet_handler_t callback, hci_con_handle_t con_handl…
432 uint8_t gatt_client_discover_primary_services(btstack_packet_handler_t callback, hci_con_handle_t c…
444 uint8_t gatt_client_discover_secondary_services(btstack_packet_handler_t callback, hci_con_handle_t…
457 uint8_t gatt_client_discover_primary_services_by_uuid16(btstack_packet_handler_t callback, hci_con_…
472 …scover_primary_services_by_uuid16_with_context(btstack_packet_handler_t callback, hci_con_handle_t…
486 uint8_t gatt_client_discover_primary_services_by_uuid128(btstack_packet_handler_t callback, hci_con…
503 uint8_t gatt_client_find_included_services_for_service(btstack_packet_handler_t callback, hci_con_h…
522 …ind_included_services_for_service_with_context(btstack_packet_handler_t callback, hci_con_handle_t…
536 uint8_t gatt_client_discover_characteristics_for_service(btstack_packet_handler_t callback, hci_con…
551 …cover_characteristics_for_service_with_context(btstack_packet_handler_t callback, hci_con_handle_t…
569 …ver_characteristics_for_handle_range_by_uuid16(btstack_packet_handler_t callback, hci_con_handle_t…
585 …er_characteristics_for_handle_range_by_uuid128(btstack_packet_handler_t callback, hci_con_handle_t…
600 …discover_characteristics_for_service_by_uuid16(btstack_packet_handler_t callback, hci_con_handle_t…
615 …iscover_characteristics_for_service_by_uuid128(btstack_packet_handler_t callback, hci_con_handle_t…
629 uint8_t gatt_client_discover_characteristic_descriptors(btstack_packet_handler_t callback, hci_con_…
646 …scover_characteristic_descriptors_with_context(btstack_packet_handler_t callback, hci_con_handle_t…
660 uint8_t gatt_client_read_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle_…
673 …ead_value_of_characteristic_using_value_handle(btstack_packet_handler_t callback, hci_con_handle_t…
686 …ent_read_value_of_characteristic_using_value_handle_with_context(btstack_packet_handler_t callback,
705 uint8_t gatt_client_read_value_of_characteristics_by_uuid16(btstack_packet_handler_t callback, hci_…
720 uint8_t gatt_client_read_value_of_characteristics_by_uuid128(btstack_packet_handler_t callback, hci…
734 uint8_t gatt_client_read_long_value_of_characteristic(btstack_packet_handler_t callback, hci_con_ha…
748 …ong_value_of_characteristic_using_value_handle(btstack_packet_handler_t callback, hci_con_handle_t…
764 …ead_long_value_of_characteristic_using_value_handle_with_context(btstack_packet_handler_t callback,
781 …_characteristic_using_value_handle_with_offset(btstack_packet_handler_t callback, hci_con_handle_t…
795 uint8_t gatt_client_read_multiple_characteristic_values(btstack_packet_handler_t callback, hci_con_…
809 uint8_t gatt_client_read_multiple_variable_characteristic_values(btstack_packet_handler_t callback,…
840 uint8_t gatt_client_signed_write_without_response(btstack_packet_handler_t callback, hci_con_handle…
858 uint8_t gatt_client_write_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle…
877 uint8_t gatt_client_write_value_of_characteristic_with_context(btstack_packet_handler_t callback, h…
894 uint8_t gatt_client_write_long_value_of_characteristic(btstack_packet_handler_t callback, hci_con_h…
912 …rite_long_value_of_characteristic_with_context(btstack_packet_handler_t callback, hci_con_handle_t…
930 …write_long_value_of_characteristic_with_offset(btstack_packet_handler_t callback, hci_con_handle_t…
947 uint8_t gatt_client_reliable_write_long_value_of_characteristic(btstack_packet_handler_t callback, …
961 uint8_t gatt_client_read_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_handl…
975 …racteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback, hci_con_handle_t…
989 uint8_t gatt_client_read_long_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_…
1003 …racteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback, hci_con_handle_t…
1018 …descriptor_using_descriptor_handle_with_offset(btstack_packet_handler_t callback, hci_con_handle_t…
1034 uint8_t gatt_client_write_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_hand…
1050 …racteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback, hci_con_handle_t…
1066 uint8_t gatt_client_write_long_characteristic_descriptor(btstack_packet_handler_t callback, hci_con…
1082 …racteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback, hci_con_handle_t…
1099 …descriptor_using_descriptor_handle_with_offset(btstack_packet_handler_t callback, hci_con_handle_t…
1120 uint8_t gatt_client_write_client_characteristic_configuration(btstack_packet_handler_t callback, hc…
1143 …ient_characteristic_configuration_with_context(btstack_packet_handler_t callback, hci_con_handle_t…
1156 void gatt_client_add_service_changed_handler(btstack_packet_callback_registration_t * callback);
1165 void gatt_client_remove_service_changed_handler(btstack_packet_callback_registration_t * callback);
1175 …tes(gatt_client_notification_t * notification, btstack_packet_handler_t callback, hci_con_handle_t…
1196 btstack_packet_handler_t callback,
1220 uint8_t gatt_client_prepare_write(btstack_packet_handler_t callback, hci_con_handle_t con_handle, u…
1228 uint8_t gatt_client_execute_write(btstack_packet_handler_t callback, hci_con_handle_t con_handle);
1236 uint8_t gatt_client_cancel_write(btstack_packet_handler_t callback, hci_con_handle_t con_handle);
1274 uint8_t gatt_client_request_can_write_without_response_event(btstack_packet_handler_t callback, hci…