Lines Matching refs:LOG_ERROR
101 LOG_ERROR(LOG_TAG, "%s unable to allocate space for L2CAP client list.", in l2cap_client_new()
142 LOG_ERROR(LOG_TAG, "%s unable to create L2CAP connection.", __func__); in l2cap_client_connect()
154 LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", in l2cap_client_disconnect()
195 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.", in connect_completed_cb()
201 LOG_ERROR(LOG_TAG, "%s error connecting L2CAP channel: %d.", __func__, in connect_completed_cb()
211 LOG_ERROR(LOG_TAG, "%s error sending L2CAP config parameters.", __func__); in connect_completed_cb()
222 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_request_cb()
252 LOG_ERROR(LOG_TAG, "%s unable to send config response for LCID 0x%04x.", in config_request_cb()
269 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in config_completed_cb()
311 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", in disconnect_request_cb()
331 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.", in disconnect_completed_cb()
347 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in congestion_cb()
369 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.", in read_ready_cb()
439 LOG_ERROR(LOG_TAG, in dispatch_fragments()