Home
last modified time | relevance | path

Searched refs:PAN_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/pan/
Dpan_api.c150 PAN_TRACE_ERROR ("PAN role %d is invalid", role); in PAN_SetRole()
313 PAN_TRACE_ERROR ("PAN is not active for the role %d", src_role); in PAN_Connect()
321 PAN_TRACE_ERROR ("Either source %d or destination role %d is invalid", src_role, dst_role); in PAN_Connect()
338PAN_TRACE_ERROR ("Cannot make PANU connections when there are more than one connection"); in PAN_Connect()
362 PAN_TRACE_ERROR ("Device already have a connection in PANU role"); in PAN_Connect()
380 PAN_TRACE_ERROR ("Source %d and Destination roles %d are not valid combination", in PAN_Connect()
390 PAN_TRACE_ERROR ("PAN Connection failed because of no resources"); in PAN_Connect()
458 PAN_TRACE_ERROR ("PAN connection not found for the handle %d", handle); in PAN_Disconnect()
509 PAN_TRACE_ERROR("%s PAN is not active, data write failed.", __func__); in PAN_Write()
528 PAN_TRACE_ERROR("%s unable to acquire buffer from pool.", __func__); in PAN_Write()
[all …]
Dpan_main.c143 PAN_TRACE_ERROR ("PAN Connection failed because of wrong remote UUID "); in pan_conn_ind_cb()
177 PAN_TRACE_ERROR ("PAN Connection failed because of wrong local UUID "); in pan_conn_ind_cb()
187 PAN_TRACE_ERROR ("PAN Connection failed because of wrong UUID size %d", remote_uuid->len); in pan_conn_ind_cb()
197 PAN_TRACE_ERROR ("Src UUID 0x%x is not valid", remote_uuid->uu.uuid16); in pan_conn_ind_cb()
207 PAN_TRACE_ERROR ("Dst UUID 0x%x is not valid", remote_uuid->uu.uuid16); in pan_conn_ind_cb()
220PAN_TRACE_ERROR ("PAN Connection failed because of unsupported destination UUID 0x%x", local_uuid-… in pan_conn_ind_cb()
244PAN_TRACE_ERROR ("Dst UUID should be either GN or NAP only because there are other connections"); in pan_conn_ind_cb()
283 PAN_TRACE_ERROR ("PAN already have a connection and can't be user"); in pan_conn_ind_cb()
294 PAN_TRACE_ERROR ("PAN no control block for new connection"); in pan_conn_ind_cb()
341 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle); in pan_connect_state_cb()
[all …]
Dpan_utils.c73 PAN_TRACE_ERROR ("PAN_SetRole - could not create SDP record"); in pan_register_with_sdp()
135 PAN_TRACE_ERROR ("PAN Security Registration failed for PANU"); in pan_register_with_sdp()
147 PAN_TRACE_ERROR ("PAN Security Registration failed for GN"); in pan_register_with_sdp()
159 PAN_TRACE_ERROR ("PAN Security Registration failed for PANU"); in pan_register_with_sdp()
/system/bt/include/
Dbt_trace.h292 #define PAN_TRACE_ERROR(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… macro