Lines Matching refs:btstack_assert
62 btstack_assert(client != NULL); in gatt_service_client_finalize_connection()
159 btstack_assert(event_callback != NULL); in gatt_service_client_emit_connected()
178 btstack_assert(event_callback != NULL); in gatt_service_client_emit_disconnected()
351 btstack_assert(client != NULL); in gatt_service_client_handle_query_complete()
352 btstack_assert(connection != NULL); in gatt_service_client_handle_query_complete()
487 btstack_assert(client != NULL); in gatt_service_client_gatt_packet_handler()
489 btstack_assert(connection != NULL); in gatt_service_client_gatt_packet_handler()
507 btstack_assert(client != NULL); in gatt_service_client_gatt_packet_handler()
509 btstack_assert(connection != NULL); in gatt_service_client_gatt_packet_handler()
528 btstack_assert(client != NULL); in gatt_service_client_gatt_packet_handler()
530 btstack_assert(connection != NULL); in gatt_service_client_gatt_packet_handler()
536 …btstack_assert(connection->state == GATT_SERVICE_CLIENT_STATE_W4_CHARACTERISTIC_DESCRIPTORS_RESULT… in gatt_service_client_gatt_packet_handler()
556 btstack_assert(client != NULL); in gatt_service_client_gatt_packet_handler()
558 btstack_assert(connection != NULL); in gatt_service_client_gatt_packet_handler()
604 btstack_assert(gatt_service_client_intitialized); in gatt_service_client_register_client()
623 btstack_assert(client != NULL); in gatt_service_client_connect_primary_service_with_uuid16()
624 btstack_assert(connection != NULL); in gatt_service_client_connect_primary_service_with_uuid16()
625 btstack_assert(characteristics != NULL); in gatt_service_client_connect_primary_service_with_uuid16()
657 btstack_assert(client != NULL); in gatt_service_client_connect_secondary_service_with_uuid16()
658 btstack_assert(connection != NULL); in gatt_service_client_connect_secondary_service_with_uuid16()
659 btstack_assert(characteristics != NULL); in gatt_service_client_connect_secondary_service_with_uuid16()
660 btstack_assert(characteristics_num >= client->characteristics_desc16_num); in gatt_service_client_connect_secondary_service_with_uuid16()
707 btstack_assert(client != NULL); in gatt_service_client_unregister_client()