Lines Matching defs:status

87 	cl[0].status = AMP_STATUS_BLUETOOTH_ONLY;
94 cl[i].status = hdev->amp_status;
96 cl[i].status = AMP_STATUS_POWERED_DOWN;
210 BT_DBG("Remote AMP id %d type %d status %d", cl->id, cl->type,
211 cl->status);
261 BT_DBG("Controller id %d type %d status %d", cl->id, cl->type,
262 cl->status);
287 rsp.status = A2MP_STATUS_INVALID_CTRL_ID;
316 BT_DBG("id %d status 0x%2.2x", rsp->id, rsp->status);
318 if (rsp->status)
354 rsp.status = A2MP_STATUS_COLLISION_OCCURED;
357 rsp.status = A2MP_STATUS_INVALID_CTRL_ID;
391 BT_DBG("id %d status 0x%2.2x assoc len %zu", rsp->id, rsp->status,
394 if (rsp->status)
457 rsp.status = A2MP_STATUS_INVALID_CTRL_ID;
467 rsp.status = A2MP_STATUS_UNABLE_START_LINK_CREATION;
493 rsp.status = A2MP_STATUS_SUCCESS;
495 rsp.status = A2MP_STATUS_UNABLE_START_LINK_CREATION;
503 command complete with success status
505 if (rsp.status != A2MP_STATUS_SUCCESS) {
532 rsp.status = A2MP_STATUS_SUCCESS;
536 rsp.status = A2MP_STATUS_INVALID_CTRL_ID;
544 rsp.status = A2MP_STATUS_NO_PHYSICAL_LINK_EXISTS;
894 rsp.status = A2MP_STATUS_INVALID_CTRL_ID;
897 rsp.status = 0;
909 void a2mp_send_getampassoc_rsp(struct hci_dev *hdev, u8 status)
931 if (status) {
932 rsp->status = A2MP_STATUS_INVALID_CTRL_ID;
934 rsp->status = A2MP_STATUS_SUCCESS;
943 void a2mp_send_create_phy_link_req(struct hci_dev *hdev, u8 status)
980 void a2mp_send_create_phy_link_rsp(struct hci_dev *hdev, u8 status)
992 rsp.status = A2MP_STATUS_UNABLE_START_LINK_CREATION;
995 rsp.status = A2MP_STATUS_SUCCESS;
998 BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon,
999 status);