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.c4361 bool is_central; local
4390 is_central = cig->lll.role == BT_CONN_ROLE_CENTRAL;
4391 lll_cis_c = is_central ? &lll_cis->tx : &lll_cis->rx;
4392 lll_cis_p = is_central ? &lll_cis->rx : &lll_cis->tx;
4410 if (is_central) {