Lines Matching refs:BT_DBG

129 	BT_DBG("ident %d reason %d", hdr->ident, le16_to_cpu(rej->reason));  in a2mp_command_rej()
153 BT_DBG("mtu %d efm 0x%4.4x", le16_to_cpu(req->mtu), ext_feat); in a2mp_discover_req()
161 BT_DBG("efm 0x%4.4x", ext_feat); in a2mp_discover_req()
213 BT_DBG("mtu %d efm 0x%4.4x", le16_to_cpu(rsp->mtu), ext_feat); in a2mp_discover_rsp()
221 BT_DBG("efm 0x%4.4x", ext_feat); in a2mp_discover_rsp()
228 BT_DBG("Remote AMP id %d type %d status %d", cl->id, cl->type, in a2mp_discover_rsp()
253 BT_DBG("chan %p state %s", chan, in a2mp_discover_rsp()
279 BT_DBG("Controller id %d type %d status %d", cl->id, cl->type, in a2mp_change_notify()
298 BT_DBG("id %d", req->id); in a2mp_getinfo_req()
334 BT_DBG("id %d status 0x%2.2x", rsp->id, rsp->status); in a2mp_getinfo_rsp()
361 BT_DBG("id %d", req->id); in a2mp_getampassoc_req()
409 BT_DBG("id %d status 0x%2.2x assoc len %zu", rsp->id, rsp->status, in a2mp_getampassoc_rsp()
443 BT_DBG("Created hcon %p: loc:%d -> rem:%d", hcon, hdev->id, rsp->id); in a2mp_getampassoc_rsp()
468 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
546 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
581 BT_DBG("ident %d code 0x%2.2x", hdr->ident, hdr->code); in a2mp_cmd_rsp()
602 BT_DBG("code 0x%2.2x id %d len %u", hdr->code, hdr->ident, len); in a2mp_chan_recv_cb()
673 BT_DBG("Send A2MP Rej: cmd 0x%2.2x err %d", hdr->code, err); in a2mp_chan_recv_cb()
701 BT_DBG("chan %p state %s", chan, state_to_string(state)); in a2mp_chan_state_change_cb()
752 BT_DBG("chan %p", chan); in a2mp_chan_open()
798 BT_DBG("mgr %p orig refcnt %d", mgr, atomic_read(&mgr->kref.refcount)); in amp_mgr_get()
809 BT_DBG("mgr %p", mgr); in amp_mgr_destroy()
821 BT_DBG("mgr %p orig refcnt %d", mgr, atomic_read(&mgr->kref.refcount)); in amp_mgr_put()
835 BT_DBG("conn %p mgr %p", conn, mgr); in amp_mgr_create()
877 BT_DBG("mgr: %p chan %p", mgr, mgr->a2mp_chan); in a2mp_channel_create()
891 BT_DBG("%s mgr %p", hdev->name, mgr); in a2mp_send_getinfo_rsp()
920 BT_DBG("%s mgr %p", hdev->name, mgr); in a2mp_send_getampassoc_rsp()
957 BT_DBG("%s mgr %p assoc_len %zu", hdev->name, mgr, len); in a2mp_send_create_phy_link_req()
998 BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon, in a2mp_send_create_phy_link_rsp()
1012 BT_DBG("chan %p conn %p mgr %p", chan, conn, mgr); in a2mp_discover_amp()