Searched refs:DEFAULT_HCI_PORT (Results 1 – 2 of 2) sorted by relevance
32 const DEFAULT_HCI_PORT: u32 = 6402; constant141 DEFAULT_HCI_PORT + (instance as u32) in get_hci_port()279 assert_eq!(get_hci_port(0, 0), DEFAULT_HCI_PORT); in test_get_hci_port()280 assert_eq!(get_hci_port(0, 1), DEFAULT_HCI_PORT + 1); in test_get_hci_port()
36 constexpr uint32_t DEFAULT_HCI_PORT = 6402; variable