Lines Matching defs:evt
57 static void evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in evt_create()
66 static void le_meta_evt_create(struct bt_hci_evt_le_meta_event *evt, uint8_t subevent) in le_meta_evt_create()
71 static void adv_info_create(struct bt_hci_evt_le_ext_advertising_info *evt, uint16_t evt_type, in adv_info_create()
101 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, struct net_buf **evt, in cmd_handle_helper()
128 struct net_buf *evt = NULL; in cmd_handle() local
152 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success()
165 static void read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_local_features()
176 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_supported_commands()
187 static void le_read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in le_read_local_features()
198 static void le_read_supp_states(struct net_buf *buf, struct net_buf **evt, uint8_t len, in le_read_supp_states()
320 struct bt_hci_evt_le_ext_advertising_info *evt; in adv_report_evt() local