Lines Matching refs:cis_handle
1497 uint16_t cis_handle = sys_le16_to_cpu(evt->cis_handle); in hci_le_cis_req() local
1502 LOG_DBG("acl_handle %u cis_handle %u cig_id %u cis %u", acl_handle, cis_handle, evt->cig_id, in hci_le_cis_req()
1507 hci_le_reject_cis(cis_handle, BT_HCI_ERR_UNSPECIFIED); in hci_le_cis_req()
1512 iso = bt_conn_lookup_handle(cis_handle, BT_CONN_TYPE_ISO); in hci_le_cis_req()
1514 LOG_ERR("Invalid ISO handle %u", cis_handle); in hci_le_cis_req()
1515 hci_le_reject_cis(cis_handle, BT_HCI_ERR_CONN_LIMIT_EXCEEDED); in hci_le_cis_req()
1524 hci_le_reject_cis(cis_handle, BT_HCI_ERR_UNKNOWN_CONN_ID); in hci_le_cis_req()
1531 err = hci_le_reject_cis(cis_handle, sec_err); in hci_le_cis_req()
1547 hci_le_reject_cis(cis_handle, BT_HCI_ERR_INSUFFICIENT_RESOURCES); in hci_le_cis_req()
1561 hci_le_reject_cis(cis_handle, BT_HCI_ERR_INSUFFICIENT_RESOURCES); in hci_le_cis_req()
1565 iso->handle = cis_handle; in hci_le_cis_req()
1569 err = hci_le_accept_cis(cis_handle); in hci_le_cis_req()
1573 hci_le_reject_cis(cis_handle, BT_HCI_ERR_INSUFFICIENT_RESOURCES); in hci_le_cis_req()
2485 cis->cis_handle = sys_cpu_to_le16(param[i].iso_chan->iso->handle); in hci_le_create_cis()