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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 87 RFCOMM_TRACE_API ("RFCOMM_CreateConnection() BDA: %02x-%02x-%02x-%02x-%02x-%02x",
105 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p",
126 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p, p_port:%p",
212 RFCOMM_TRACE_API ("RFCOMM_RemoveConnection() handle:%d", handle);
248 RFCOMM_TRACE_API ("RFCOMM_RemoveServer() handle:%d", handle);
308 RFCOMM_TRACE_API ("PORT_SetEventCallback() handle:%d", port_handle);
356 RFCOMM_TRACE_API ("PORT_SetDataCallback() handle:%d cb 0x%x", port_handle, p_port_cb);
392 RFCOMM_TRACE_API ("PORT_SetDataCOCallback() handle:%d cb 0x%x", port_handle, p_port_cb);
428 RFCOMM_TRACE_API ("PORT_SetEventMask() handle:%d mask:0x%x", port_handle, mask);
465 RFCOMM_TRACE_API ("PORT_CheckConnection() handle:%d", handle)
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 570 #define RFCOMM_TRACE_API(...) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_RFCOMM, TRACE_TYPE_API, ##__VA_ARGS__);}
    [all...]

Completed in 466 milliseconds