Searched refs:RFCOMM_TRACE_API (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/rfcomm/ |
D | port_api.c | 123 RFCOMM_TRACE_API ("RFCOMM_CreateConnection() BDA: %02x-%02x-%02x-%02x-%02x-%02x", in RFCOMM_CreateConnection() 141 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p", in RFCOMM_CreateConnection() 163 …RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p, p_por… in RFCOMM_CreateConnection() 249 RFCOMM_TRACE_API ("RFCOMM_RemoveConnection() handle:%d", handle); in RFCOMM_RemoveConnection() 285 RFCOMM_TRACE_API ("RFCOMM_RemoveServer() handle:%d", handle); in RFCOMM_RemoveServer() 345 RFCOMM_TRACE_API ("PORT_SetEventCallback() handle:%d", port_handle); in PORT_SetEventCallback() 393 RFCOMM_TRACE_API ("PORT_SetDataCallback() handle:%d cb 0x%x", port_handle, p_port_cb); in PORT_SetDataCallback() 429 RFCOMM_TRACE_API ("PORT_SetDataCOCallback() handle:%d cb 0x%x", port_handle, p_port_cb); in PORT_SetDataCOCallback() 463 RFCOMM_TRACE_API ("PORT_SetEventMask() handle:%d mask:0x%x", port_handle, mask); in PORT_SetEventMask() 499 RFCOMM_TRACE_API ("PORT_CheckConnection() handle:%d", handle); in PORT_CheckConnection() [all …]
|
/system/bt/include/ |
D | bt_trace.h | 261 #define RFCOMM_TRACE_API(...) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… macro
|