• Home
  • Raw
  • Download

Lines Matching refs:BT_DBG

117 	BT_DBG("ident %d reason %d", hdr->ident, le16_to_cpu(rej->reason));  in a2mp_command_rej()
140 BT_DBG("mtu %d efm 0x%4.4x", le16_to_cpu(req->mtu), ext_feat); in a2mp_discover_req()
148 BT_DBG("efm 0x%4.4x", ext_feat); in a2mp_discover_req()
193 BT_DBG("mtu %d efm 0x%4.4x", le16_to_cpu(rsp->mtu), ext_feat); in a2mp_discover_rsp()
201 BT_DBG("efm 0x%4.4x", ext_feat); in a2mp_discover_rsp()
208 BT_DBG("Remote AMP id %d type %d status %d", cl->id, cl->type, in a2mp_discover_rsp()
233 BT_DBG("chan %p state %s", chan, in a2mp_discover_rsp()
259 BT_DBG("Controller id %d type %d status %d", cl->id, cl->type, in a2mp_change_notify()
278 BT_DBG("id %d", req->id); in a2mp_getinfo_req()
314 BT_DBG("id %d status 0x%2.2x", rsp->id, rsp->status); in a2mp_getinfo_rsp()
341 BT_DBG("id %d", req->id); in a2mp_getampassoc_req()
389 BT_DBG("id %d status 0x%2.2x assoc len %zu", rsp->id, rsp->status, in a2mp_getampassoc_rsp()
423 BT_DBG("Created hcon %p: loc:%d -> rem:%d", hcon, hdev->id, rsp->id); in a2mp_getampassoc_rsp()
448 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
526 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
560 BT_DBG("ident %d code 0x%2.2x", hdr->ident, hdr->code); in a2mp_cmd_rsp()
581 BT_DBG("code 0x%2.2x id %d len %u", hdr->code, hdr->ident, len); in a2mp_chan_recv_cb()
652 BT_DBG("Send A2MP Rej: cmd 0x%2.2x err %d", hdr->code, err); in a2mp_chan_recv_cb()
679 BT_DBG("chan %p state %s", chan, state_to_string(state)); in a2mp_chan_state_change_cb()
720 BT_DBG("chan %p", chan); in a2mp_chan_open()
762 BT_DBG("mgr %p orig refcnt %d", mgr, atomic_read(&mgr->kref.refcount)); in amp_mgr_get()
773 BT_DBG("mgr %p", mgr); in amp_mgr_destroy()
785 BT_DBG("mgr %p orig refcnt %d", mgr, atomic_read(&mgr->kref.refcount)); in amp_mgr_put()
799 BT_DBG("conn %p mgr %p", conn, mgr); in amp_mgr_create()
838 BT_DBG("mgr: %p chan %p", mgr, mgr->a2mp_chan); in a2mp_channel_create()
869 BT_DBG("%s mgr %p", hdev->name, mgr); in a2mp_send_getinfo_rsp()
898 BT_DBG("%s mgr %p", hdev->name, mgr); in a2mp_send_getampassoc_rsp()
935 BT_DBG("%s mgr %p assoc_len %zu", hdev->name, mgr, len); in a2mp_send_create_phy_link_req()
976 BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon, in a2mp_send_create_phy_link_rsp()
990 BT_DBG("chan %p conn %p mgr %p", chan, conn, mgr); in a2mp_discover_amp()