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

  /system/bt/stack/pan/
pan_api.c 150 PAN_TRACE_ERROR ("PAN role %d is invalid", role);
301 PAN_TRACE_ERROR ("PAN is not active for the role %d", src_role);
309 PAN_TRACE_ERROR ("Either source %d or destination role %d is invalid", src_role, dst_role);
326 PAN_TRACE_ERROR ("Cannot make PANU connections when there are more than one connection");
350 PAN_TRACE_ERROR ("Device already have a connection in PANU role");
368 PAN_TRACE_ERROR ("Source %d and Destination roles %d are not valid combination",
378 PAN_TRACE_ERROR ("PAN Connection failed because of no resources");
446 PAN_TRACE_ERROR ("PAN connection not found for the handle %d", handle);
495 PAN_TRACE_ERROR("%s PAN is not active, data write failed.", __func__);
552 PAN_TRACE_ERROR ("PAN is not active Data write failed")
    [all...]
pan_main.c 143 PAN_TRACE_ERROR ("PAN Connection failed because of wrong remote UUID ");
177 PAN_TRACE_ERROR ("PAN Connection failed because of wrong local UUID ");
187 PAN_TRACE_ERROR ("PAN Connection failed because of wrong UUID size %d", remote_uuid->len);
197 PAN_TRACE_ERROR ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16);
207 PAN_TRACE_ERROR ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16);
220 PAN_TRACE_ERROR ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid->uu.uuid16);
244 PAN_TRACE_ERROR ("Dst UUID should be either GN or NAP only because there are other connections");
283 PAN_TRACE_ERROR ("PAN already have a connection and can't be user");
294 PAN_TRACE_ERROR ("PAN no control block for new connection");
341 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle)
    [all...]
pan_utils.c 73 PAN_TRACE_ERROR ("PAN_SetRole - could not create SDP record");
133 PAN_TRACE_ERROR ("PAN Security Registration failed for PANU");
145 PAN_TRACE_ERROR ("PAN Security Registration failed for GN");
157 PAN_TRACE_ERROR ("PAN Security Registration failed for PANU");
  /system/bt/include/
bt_trace.h 288 #define PAN_TRACE_ERROR(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_PAN, TRACE_TYPE_ERROR, ##__VA_ARGS__);}

Completed in 65 milliseconds