HomeSort by relevance Sort by last modified time
    Searched refs:PAN_TRACE_ERROR (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 150 PAN_TRACE_ERROR ("PAN role %d is invalid", role);
314 PAN_TRACE_ERROR ("PAN is not active for the role %d", src_role);
322 PAN_TRACE_ERROR ("Either source %d or destination role %d is invalid", src_role, dst_role);
339 PAN_TRACE_ERROR ("Cannot make PANU connections when there are more than one connection");
366 PAN_TRACE_ERROR ("Device already have a connection in PANU role");
386 PAN_TRACE_ERROR ("Source %d and Destination roles %d are not valid combination",
396 PAN_TRACE_ERROR ("PAN Connection failed because of no resources");
464 PAN_TRACE_ERROR ("PAN connection not found for the handle %d", handle);
515 PAN_TRACE_ERROR("%s PAN is not active, data write failed.", __func__);
534 PAN_TRACE_ERROR("%s unable to acquire buffer from pool.", __func__)
    [all...]
pan_main.c 144 PAN_TRACE_ERROR ("PAN Connection failed because of wrong remote UUID ");
178 PAN_TRACE_ERROR ("PAN Connection failed because of wrong local UUID ");
188 PAN_TRACE_ERROR ("PAN Connection failed because of wrong UUID size %d", remote_uuid->len);
199 PAN_TRACE_ERROR ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16);
209 PAN_TRACE_ERROR ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16);
222 PAN_TRACE_ERROR ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
246 PAN_TRACE_ERROR ("Dst UUID should be either GN or NAP only because there are other connections");
285 PAN_TRACE_ERROR ("PAN already have a connection and can't be user");
296 PAN_TRACE_ERROR ("PAN no control block for new connection");
343 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle)
    [all...]
pan_utils.c 74 PAN_TRACE_ERROR ("PAN_SetRole - could not create SDP record");
136 PAN_TRACE_ERROR ("PAN Security Registration failed for PANU");
148 PAN_TRACE_ERROR ("PAN Security Registration failed for GN");
160 PAN_TRACE_ERROR ("PAN Security Registration failed for PANU");
  /external/bluetooth/bluedroid/include/
bt_trace.h 597 #define PAN_TRACE_ERROR(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_PAN, TRACE_TYPE_ERROR, ##__VA_ARGS__);}
    [all...]

Completed in 101 milliseconds