Searched refs:evt_type (Results 1 – 4 of 4) sorted by relevance
599 static uint8_t get_adv_props_legacy(uint8_t evt_type) in get_adv_props_legacy() argument601 switch (evt_type) { in get_adv_props_legacy()716 static uint8_t get_adv_type(uint8_t evt_type) in get_adv_type() argument718 switch (evt_type) { in get_adv_type()775 static uint16_t get_adv_props_extended(uint16_t evt_type) in get_adv_props_extended() argument815 uint16_t evt_type; in bt_hci_le_adv_ext_report() local841 evt_type = sys_le16_to_cpu(evt->evt_type); in bt_hci_le_adv_ext_report()851 if (evt_type & BT_HCI_LE_ADV_EVT_TYPE_LEGACY) { in bt_hci_le_adv_ext_report()864 if (evt_type & BT_HCI_LE_ADV_EVT_TYPE_LEGACY) { in bt_hci_le_adv_ext_report()1708 adv_info.adv_type = evt->evt_type; in bt_hci_le_adv_report()[all …]
189 evt.evt_type = ESPI_BUS_EVENT_VWIRE_RECEIVED; in emul_espi_host_send_vw()208 evt.evt_type = ESPI_BUS_PERIPHERAL_NOTIFICATION; in emul_espi_host_port80_write()
6573 dir_info->evt_type = BT_HCI_ADV_DIRECT_IND;6733 adv_info->evt_type = c_adv_type[adv->type];7029 adv_info->evt_type = sys_cpu_to_le16((uint16_t)evt_type);7107 uint8_t evt_type, uint8_t phy, argument7140 ext_adv_pdu_frag(evt_type, phy, *sec_phy,7193 uint8_t evt_type = 0U; local7451 evt_type = evt_type_curr;7586 evt_type |= BT_HCI_LE_ADV_EVT_TYPE_DIRECT;7609 evt_type |= (data_status << 5);7627 evt_type &= ~(BIT_MASK(2) << 5);[all …]
1171 static void transport_evt_handler(enum shell_transport_evt evt_type, void *ctx) in transport_evt_handler() argument1174 enum shell_signal sig = evt_type == SHELL_TRANSPORT_EVT_RX_RDY in transport_evt_handler()
Completed in 41 milliseconds