Lines Matching refs:status

233 	if (rp->status || (sys_le16_to_cpu(rp->handle) != iso->handle)) {  in hci_le_setup_iso_data_path()
1283 LOG_DBG("status 0x%02x %s handle %u", evt->status, bt_hci_err_to_str(evt->status), handle); in hci_le_cis_established()
1292 if (evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established()
1299 if (evt->status == BT_HCI_ERR_SUCCESS) { in hci_le_cis_established()
1303 evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established()
1304 iso->err = evt->status; in hci_le_cis_established()
1317 LOG_DBG("status 0x%02x %s handle %u", evt->status, bt_hci_err_to_str(evt->status), handle); in hci_le_cis_established_v2()
1326 if (evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established_v2()
1333 if (evt->status == BT_HCI_ERR_SUCCESS) { in hci_le_cis_established_v2()
1337 evt->status != BT_HCI_ERR_OP_CANCELLED_BY_HOST) { in hci_le_cis_established_v2()
1338 iso->err = evt->status; in hci_le_cis_established_v2()
1616 if (rp->status || (sys_le16_to_cpu(rp->handle) != iso->handle)) { in hci_le_remove_iso_data_path()
3149 big_disconnect(big, evt->status ? evt->status : BT_HCI_ERR_UNSPECIFIED); in hci_le_big_complete()
3159 LOG_DBG("BIG[%u] %p completed, status 0x%02x %s", big->handle, big, evt->status, in hci_le_big_complete()
3160 bt_hci_err_to_str(evt->status)); in hci_le_big_complete()
3162 if (evt->status || evt->num_bis != big->num_bis) { in hci_le_big_complete()
3163 if (evt->status == BT_HCI_ERR_SUCCESS && evt->num_bis != big->num_bis) { in hci_le_big_complete()
3167 big_disconnect(big, evt->status ? evt->status : BT_HCI_ERR_UNSPECIFIED); in hci_le_big_complete()
3250 if (evt->status || (evt->big_handle != big->handle)) { in hci_le_big_sync_term()
3339 big_disconnect(big, evt->status ? evt->status : BT_HCI_ERR_UNSPECIFIED); in hci_le_big_sync_established()
3349 LOG_DBG("BIG[%u] %p sync established, status 0x%02x %s", big->handle, big, evt->status, in hci_le_big_sync_established()
3350 bt_hci_err_to_str(evt->status)); in hci_le_big_sync_established()
3352 if (evt->status || evt->num_bis != big->num_bis) { in hci_le_big_sync_established()
3353 if (evt->status == BT_HCI_ERR_SUCCESS && evt->num_bis != big->num_bis) { in hci_le_big_sync_established()
3357 big_disconnect(big, evt->status ? evt->status : BT_HCI_ERR_UNSPECIFIED); in hci_le_big_sync_established()