Lines Matching refs:hci_evt_len
254 uint8_t hci_evt_code, hci_evt_len; in btu_hcif_process_event() local
257 STREAM_TO_UINT8(hci_evt_len, p); in btu_hcif_process_event()
287 btu_hcif_rmt_name_request_comp_evt(p, hci_evt_len); in btu_hcif_process_event()
299 btu_hcif_read_rmt_ext_features_comp_evt(p, hci_evt_len); in btu_hcif_process_event()
375 btu_hcif_ssr_evt(p, hci_evt_len); in btu_hcif_process_event()
417 uint8_t ble_evt_len = hci_evt_len - 1; in btu_hcif_process_event()
424 btu_ble_ll_conn_complete_evt(p, hci_evt_len); in btu_hcif_process_event()
427 btu_ble_ll_conn_param_upd_evt(p, hci_evt_len); in btu_hcif_process_event()
437 btu_ble_proc_enhanced_conn_cmpl(p, hci_evt_len); in btu_hcif_process_event()
446 btu_ble_data_length_change_evt(p, hci_evt_len); in btu_hcif_process_event()
454 btm_ble_process_ext_adv_pkt(hci_evt_len, p); in btu_hcif_process_event()
458 btm_le_on_advertising_set_terminated(p, hci_evt_len); in btu_hcif_process_event()
465 btm_vendor_specific_evt(p, hci_evt_len); in btu_hcif_process_event()