Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.h66 struct bt_monitor_new_index { struct
100 void bt_monitor_new_index(uint8_t type, uint8_t bus, const bt_addr_t *addr,
106 #define bt_monitor_new_index(type, bus, addr, name) macro
Dmonitor.c246 void bt_monitor_new_index(uint8_t type, uint8_t bus, const bt_addr_t *addr, in bt_monitor_new_index() function
249 struct bt_monitor_new_index pkt; in bt_monitor_new_index()
Dhci_raw.c369 bt_monitor_new_index(BT_MONITOR_TYPE_PRIMARY, BT_HCI_BUS, BT_ADDR_ANY, BT_HCI_NAME); in bt_enable_raw()
Dhci_core.c4318 bt_monitor_new_index(BT_MONITOR_TYPE_PRIMARY, BT_HCI_BUS, BT_ADDR_ANY, BT_HCI_NAME); in bt_enable()