Lines Matching refs:LOG_DBG

53 	LOG_DBG("Could not find VOCS instance with handle 0x%04x", handle);  in lookup_vocs_by_handle()
70 LOG_DBG("Instance not found"); in vocs_client_notify_handler()
81 LOG_DBG("Inst %p: Offset %d, counter %u", inst, inst->state.offset, in vocs_client_notify_handler()
87 LOG_DBG("Invalid state length %u", length); in vocs_client_notify_handler()
95 LOG_DBG("Description truncated from %u to %zu octets", length, in vocs_client_notify_handler()
102 LOG_DBG("Inst %p: Output description: %s", inst, desc); in vocs_client_notify_handler()
109 LOG_DBG("Inst %p: Location %u", inst, inst->location); in vocs_client_notify_handler()
114 LOG_DBG("Invalid location length %u", length); in vocs_client_notify_handler()
131 LOG_DBG("Instance not found"); in vocs_client_read_offset_state_cb()
135 LOG_DBG("Inst %p: err: 0x%02X", inst, err); in vocs_client_read_offset_state_cb()
139 LOG_DBG("Offset state read failed: %d", err); in vocs_client_read_offset_state_cb()
143 LOG_DBG("Offset %d, counter %u", inst->state.offset, in vocs_client_read_offset_state_cb()
146 LOG_DBG("Invalid length %u (expected %zu)", length, in vocs_client_read_offset_state_cb()
151 LOG_DBG("Invalid state"); in vocs_client_read_offset_state_cb()
172 LOG_DBG("Instance not found"); in vocs_client_read_location_cb()
176 LOG_DBG("Inst %p: err: 0x%02X", inst, err); in vocs_client_read_location_cb()
180 LOG_DBG("Offset state read failed: %d", err); in vocs_client_read_location_cb()
184 LOG_DBG("Location %u", inst->location); in vocs_client_read_location_cb()
186 LOG_DBG("Invalid length %u (expected %zu)", length, in vocs_client_read_location_cb()
191 LOG_DBG("Invalid location"); in vocs_client_read_location_cb()
224 LOG_DBG("Offset %d, counter %u", inst->state.offset, in internal_read_volume_offset_state_cb()
234 LOG_DBG("Invalid length %u (expected %zu)", length, in internal_read_volume_offset_state_cb()
239 LOG_DBG("Invalid (empty) offset state read"); in internal_read_volume_offset_state_cb()
263 LOG_DBG("Instance not found"); in vocs_client_write_vocs_cp_cb()
267 LOG_DBG("Inst %p: err: 0x%02X", inst, err); in vocs_client_write_vocs_cp_cb()
278 LOG_DBG("Invalid change counter. Reading volume offset state from server."); in vocs_client_write_vocs_cp_cb()
314 LOG_DBG("Instance not found"); in vocs_client_read_output_desc_cb()
318 LOG_DBG("Inst %p: err: 0x%02X", inst, err); in vocs_client_read_output_desc_cb()
322 LOG_DBG("Description read failed: %d", err); in vocs_client_read_output_desc_cb()
328 LOG_DBG("Description truncated from %u to %zu octets", length, in vocs_client_read_output_desc_cb()
337 LOG_DBG("Output description: %s", desc); in vocs_client_read_output_desc_cb()
361 LOG_DBG("Discovery complete for VOCS %p", inst); in vocs_discover_func()
374 LOG_DBG("[ATTRIBUTE] handle 0x%04X", attr->handle); in vocs_discover_func()
387 LOG_DBG("Volume offset state"); in vocs_discover_func()
391 LOG_DBG("Location"); in vocs_discover_func()
400 LOG_DBG("Control point"); in vocs_discover_func()
403 LOG_DBG("Description"); in vocs_discover_func()
445 LOG_DBG("NULL instance"); in bt_vocs_client_state_get()
450 LOG_DBG("NULL conn"); in bt_vocs_client_state_get()
455 LOG_DBG("Handle not set"); in bt_vocs_client_state_get()
460 LOG_DBG("Instance is busy"); in bt_vocs_client_state_get()
480 LOG_DBG("NULL instance"); in bt_vocs_client_location_set()
485 LOG_DBG("NULL conn"); in bt_vocs_client_location_set()
490 LOG_DBG("Invalid location 0x%08X", location); in bt_vocs_client_location_set()
495 LOG_DBG("Handle not set"); in bt_vocs_client_location_set()
498 LOG_DBG("Location is not writable on peer service instance"); in bt_vocs_client_location_set()
501 LOG_DBG("Instance is busy"); in bt_vocs_client_location_set()
518 LOG_DBG("NULL instance"); in bt_vocs_client_location_get()
523 LOG_DBG("NULL conn"); in bt_vocs_client_location_get()
528 LOG_DBG("Handle not set"); in bt_vocs_client_location_get()
531 LOG_DBG("Instance is busy"); in bt_vocs_client_location_get()
553 LOG_DBG("NULL instance"); in bt_vocs_client_state_set()
558 LOG_DBG("NULL conn"); in bt_vocs_client_state_set()
563 LOG_DBG("Invalid offset: %d", offset); in bt_vocs_client_state_set()
568 LOG_DBG("Handle not set"); in bt_vocs_client_state_set()
571 LOG_DBG("Instance is busy"); in bt_vocs_client_state_set()
598 LOG_DBG("NULL instance"); in bt_vocs_client_description_get()
603 LOG_DBG("NULL conn"); in bt_vocs_client_description_get()
608 LOG_DBG("Handle not set"); in bt_vocs_client_description_get()
611 LOG_DBG("Instance is busy"); in bt_vocs_client_description_get()
632 LOG_DBG("NULL instance"); in bt_vocs_client_description_set()
637 LOG_DBG("NULL conn"); in bt_vocs_client_description_set()
642 LOG_DBG("Handle not set"); in bt_vocs_client_description_set()
645 LOG_DBG("Description is not writable on peer service instance"); in bt_vocs_client_description_set()
648 LOG_DBG("Instance is busy"); in bt_vocs_client_description_set()
677 LOG_DBG("NULL vocs pointer"); in bt_vocs_client_conn_get()
682 LOG_DBG("vocs pointer shall be client instance"); in bt_vocs_client_conn_get()
689 LOG_DBG("vocs pointer not associated with a connection. " in bt_vocs_client_conn_get()
728 LOG_DBG("%s cannot be NULL", vocs == NULL ? "vocs" in bt_vocs_discover()
735 LOG_DBG("vocs pointer shall be client instance"); in bt_vocs_discover()
740 LOG_DBG("start_handle (%u) shall be less than end_handle (%u)", param->start_handle, in bt_vocs_discover()
748 LOG_DBG("Inactive instance"); in bt_vocs_discover()
751 LOG_DBG("Instance is busy"); in bt_vocs_discover()
765 LOG_DBG("Discover failed (err %d)", err); in bt_vocs_discover()
777 LOG_DBG("inst cannot be NULL"); in bt_vocs_client_cb_register()
782 LOG_DBG("vocs pointer shall be client instance"); in bt_vocs_client_cb_register()