• Home
  • Raw
  • Download

Lines Matching refs:status

82 	cl->status = 1;  in __a2mp_cl_bredr()
104 cl[i].status = hdev->amp_status; in __a2mp_add_cl()
209 cl->status); in a2mp_discover_rsp()
260 cl->status); in a2mp_change_notify()
285 rsp.status = A2MP_STATUS_INVALID_CTRL_ID; in a2mp_getinfo_req()
314 BT_DBG("id %d status 0x%2.2x", rsp->id, rsp->status); in a2mp_getinfo_rsp()
316 if (rsp->status) in a2mp_getinfo_rsp()
352 rsp.status = A2MP_STATUS_COLLISION_OCCURED; in a2mp_getampassoc_req()
355 rsp.status = A2MP_STATUS_INVALID_CTRL_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()
392 if (rsp->status) in a2mp_getampassoc_rsp()
455 rsp.status = A2MP_STATUS_INVALID_CTRL_ID; in a2mp_createphyslink_req()
465 rsp.status = A2MP_STATUS_UNABLE_START_LINK_CREATION; in a2mp_createphyslink_req()
491 rsp.status = A2MP_STATUS_SUCCESS; in a2mp_createphyslink_req()
493 rsp.status = A2MP_STATUS_UNABLE_START_LINK_CREATION; in a2mp_createphyslink_req()
503 if (rsp.status != A2MP_STATUS_SUCCESS) { in a2mp_createphyslink_req()
530 rsp.status = A2MP_STATUS_SUCCESS; in a2mp_discphyslink_req()
534 rsp.status = A2MP_STATUS_INVALID_CTRL_ID; in a2mp_discphyslink_req()
541 rsp.status = A2MP_STATUS_NO_PHYSICAL_LINK_EXISTS; in a2mp_discphyslink_req()
872 rsp.status = A2MP_STATUS_INVALID_CTRL_ID; in a2mp_send_getinfo_rsp()
875 rsp.status = 0; in a2mp_send_getinfo_rsp()
887 void a2mp_send_getampassoc_rsp(struct hci_dev *hdev, u8 status) in a2mp_send_getampassoc_rsp() argument
909 if (status) { in a2mp_send_getampassoc_rsp()
910 rsp->status = A2MP_STATUS_INVALID_CTRL_ID; in a2mp_send_getampassoc_rsp()
912 rsp->status = A2MP_STATUS_SUCCESS; in a2mp_send_getampassoc_rsp()
921 void a2mp_send_create_phy_link_req(struct hci_dev *hdev, u8 status) in a2mp_send_create_phy_link_req() argument
958 void a2mp_send_create_phy_link_rsp(struct hci_dev *hdev, u8 status) in a2mp_send_create_phy_link_rsp() argument
970 rsp.status = A2MP_STATUS_UNABLE_START_LINK_CREATION; in a2mp_send_create_phy_link_rsp()
973 rsp.status = A2MP_STATUS_SUCCESS; in a2mp_send_create_phy_link_rsp()
977 status); in a2mp_send_create_phy_link_rsp()