Lines Matching refs:evt_len

71 static void btu_hcif_connection_comp_evt(uint8_t* p, uint8_t evt_len);
75 static void btu_hcif_rmt_name_request_comp_evt(uint8_t* p, uint16_t evt_len);
78 uint8_t evt_len);
93 static void btu_ble_ll_conn_param_upd_evt(uint8_t* p, uint16_t evt_len);
96 static void btu_ble_data_length_change_evt(uint8_t* p, uint16_t evt_len);
950 static void btu_hcif_connection_comp_evt(uint8_t* p, uint8_t evt_len) { in btu_hcif_connection_comp_evt() argument
958 if (evt_len < 11) { in btu_hcif_connection_comp_evt()
960 HCI_TRACE_WARNING("%s: malformed event of size %hhd", __func__, evt_len); in btu_hcif_connection_comp_evt()
1067 static void btu_hcif_rmt_name_request_comp_evt(uint8_t* p, uint16_t evt_len) { in btu_hcif_rmt_name_request_comp_evt() argument
1074 evt_len -= (1 + BD_ADDR_LEN); in btu_hcif_rmt_name_request_comp_evt()
1076 btm_process_remote_name(&bd_addr, p, evt_len, status); in btu_hcif_rmt_name_request_comp_evt()
1158 uint8_t evt_len) { in btu_hcif_read_rmt_ext_features_comp_evt() argument
1166 btm_read_remote_ext_features_complete_raw(p, evt_len); in btu_hcif_read_rmt_ext_features_comp_evt()
1246 uint16_t evt_len, in btu_hcif_hdl_command_complete() argument
1261 btm_read_local_name_complete(p, evt_len); in btu_hcif_hdl_command_complete()
1326 btm_ble_add_resolving_list_entry_complete(p, evt_len); in btu_hcif_hdl_command_complete()
1330 btm_ble_remove_resolving_list_entry_complete(p, evt_len); in btu_hcif_hdl_command_complete()
1334 btm_ble_clear_resolving_list_complete(p, evt_len); in btu_hcif_hdl_command_complete()
1338 btm_ble_read_resolving_list_entry_complete(p, evt_len); in btu_hcif_hdl_command_complete()
1347 btm_vsc_complete(p, opcode, evt_len, (tBTM_VSC_CMPL_CB*)p_cplt_cback); in btu_hcif_hdl_command_complete()
1727 static void btu_ble_ll_conn_param_upd_evt(uint8_t* p, uint16_t evt_len) { in btu_ble_ll_conn_param_upd_evt() argument
1758 static void btu_ble_data_length_change_evt(uint8_t* p, uint16_t evt_len) { in btu_ble_data_length_change_evt() argument