Lines Matching refs:btstack_packet_handler_t

197     btstack_packet_handler_t callback;
200 btstack_packet_handler_t write_without_response_callback;
299 btstack_packet_handler_t callback;
307 btstack_packet_handler_t callback;
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 uint8_t gatt_client_discover_primary_services_by_uuid16_with_context(btstack_packet_handler_t callb…
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 uint8_t gatt_client_find_included_services_for_service_with_context(btstack_packet_handler_t callba…
536 uint8_t gatt_client_discover_characteristics_for_service(btstack_packet_handler_t callback, hci_con…
551 uint8_t gatt_client_discover_characteristics_for_service_with_context(btstack_packet_handler_t call…
569 uint8_t gatt_client_discover_characteristics_for_handle_range_by_uuid16(btstack_packet_handler_t ca…
585 uint8_t gatt_client_discover_characteristics_for_handle_range_by_uuid128(btstack_packet_handler_t c…
600 uint8_t gatt_client_discover_characteristics_for_service_by_uuid16(btstack_packet_handler_t callbac…
615 uint8_t gatt_client_discover_characteristics_for_service_by_uuid128(btstack_packet_handler_t callba…
629 uint8_t gatt_client_discover_characteristic_descriptors(btstack_packet_handler_t callback, hci_con_…
646 uint8_t gatt_client_discover_characteristic_descriptors_with_context(btstack_packet_handler_t callb…
660 uint8_t gatt_client_read_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle_…
673 uint8_t gatt_client_read_value_of_characteristic_using_value_handle(btstack_packet_handler_t callba…
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 uint8_t gatt_client_read_long_value_of_characteristic_using_value_handle(btstack_packet_handler_t c…
764 …ead_long_value_of_characteristic_using_value_handle_with_context(btstack_packet_handler_t callback,
781 …ead_long_value_of_characteristic_using_value_handle_with_offset(btstack_packet_handler_t callback,…
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 uint8_t gatt_client_write_long_value_of_characteristic_with_context(btstack_packet_handler_t callba…
930 uint8_t gatt_client_write_long_value_of_characteristic_with_offset(btstack_packet_handler_t callbac…
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 uint8_t gatt_client_read_characteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t
989 uint8_t gatt_client_read_long_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_…
1003 …ent_read_long_characteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback,…
1018 …g_characteristic_descriptor_using_descriptor_handle_with_offset(btstack_packet_handler_t callback,…
1034 uint8_t gatt_client_write_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_hand…
1050 …_client_write_characteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback,…
1066 uint8_t gatt_client_write_long_characteristic_descriptor(btstack_packet_handler_t callback, hci_con…
1082 …nt_write_long_characteristic_descriptor_using_descriptor_handle(btstack_packet_handler_t callback,…
1099 …g_characteristic_descriptor_using_descriptor_handle_with_offset(btstack_packet_handler_t callback,…
1120 uint8_t gatt_client_write_client_characteristic_configuration(btstack_packet_handler_t callback, hc…
1143 uint8_t gatt_client_write_client_characteristic_configuration_with_context(btstack_packet_handler_t
1175 …ristic_value_updates(gatt_client_notification_t * notification, btstack_packet_handler_t callback,…
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…