Home | History | Annotate | Download | only in include

Lines Matching refs:UINT8

45 UINT8 nci_snd_core_reset (UINT8 reset_type);
46 UINT8 nci_snd_core_init (void);
47 UINT8 nci_snd_core_get_config (UINT8 *param_ids, UINT8 num_ids);
48 UINT8 nci_snd_core_set_config (UINT8 *p_param_tlvs, UINT8 tlv_size);
50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
51 UINT8 nci_snd_core_conn_close (UINT8 conn_id);
55 UINT8 nci_snd_discover_cmd (UINT8 num, tNCI_DISCOVER_PARAMS *p_param);
57 UINT8 nci_snd_discover_select_cmd (UINT8 rf_disc_id, UINT8 protocol, UINT8 rf_interface);
58 UINT8 nci_snd_deactivate_cmd (UINT8 de_act_type );
59 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps);
60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
61 UINT8 nci_snd_parameter_update_cmd (UINT8 *p_param_tlvs, UINT8 tlv_size);
64 UINT8 nci_snd_nfcee_discover (UINT8 discover_action);
65 UINT8 nci_snd_nfcee_mode_set (UINT8 nfcee_id, UINT8 nfcee_mode);
66 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
67 UINT8 nci_snd_get_routing_cmd (void);