Lines Matching refs:LOG_ERROR
100 LOG_ERROR(LOG_TAG, "%s unable to allocate space for L2CAP client list.", in l2cap_client_new()
140 LOG_ERROR(LOG_TAG, "%s unable to create L2CAP connection.", __func__); in l2cap_client_connect()
152 LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", in l2cap_client_disconnect()
193 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.", in connect_completed_cb()
199 LOG_ERROR(LOG_TAG, "%s error connecting L2CAP channel: %d.", __func__, in connect_completed_cb()
209 LOG_ERROR(LOG_TAG, "%s error sending L2CAP config parameters.", __func__); in connect_completed_cb()
220 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_request_cb()
250 LOG_ERROR(LOG_TAG, "%s unable to send config response for LCID 0x%04x.", in config_request_cb()
267 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_completed_cb()
309 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", in disconnect_request_cb()
329 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", in disconnect_completed_cb()
345 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in congestion_cb()
367 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in read_ready_cb()
437 LOG_ERROR(LOG_TAG, in dispatch_fragments()