Home
last modified time | relevance | path

Searched refs:is_central (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4396 bool is_central; local
4425 is_central = cig->lll.role == BT_CONN_ROLE_CENTRAL;
4426 lll_cis_c = is_central ? &lll_cis->tx : &lll_cis->rx;
4427 lll_cis_p = is_central ? &lll_cis->rx : &lll_cis->tx;
4445 if (is_central) {