Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c248 ZTEST(hci_phy, test_hci_phy) in ZTEST() argument
529 ZTEST_SUITE(hci_phy, NULL, NULL, hci_setup, NULL, NULL);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h466 uint8_t bt_get_phy(uint8_t hci_phy);
Dhci_core.c530 uint8_t bt_get_phy(uint8_t hci_phy) in bt_get_phy() argument
532 switch (hci_phy) { in bt_get_phy()