HomeSort by relevance Sort by last modified time
    Searched refs:UINT8 (Results 151 - 175 of 545) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/bt/stack/include/
mca_api.h 48 typedef UINT8 tMCA_RESULT;
82 typedef UINT8 tMCA_HANDLE; /* the handle for registration. 1 based index to rcb */
83 typedef UINT8 tMCA_CL; /* the handle for a control channel; reported at MCA_CONNECT_IND_EVT */
84 typedef UINT8 tMCA_DEP; /* the handle for MCA_CreateDep. This is also the local mdep_id */
103 UINT8 type; /* MCA_TDEP_DATA, or MCA_TDEP_ECHO. a regiatration may have only one MCA_TDEP_ECHO MDEP */
104 UINT8 max_mdl; /* The maximum number of MDLs for this MDEP (max is MCA_NUM_MDLS) */
113 typedef UINT8 tMCA_FCS_OPT;
130 UINT8 op_code; /* The op (request/response) code */
136 UINT8 op_code; /* The op (request/response) code */
137 UINT8 rsp_code; /* The response code *
    [all...]
pan_api.h 86 typedef UINT8 tPAN_RESULT;
98 UINT8 src_role, UINT8 dst_role);
124 UINT8 *p_data,
173 UINT8 *p_filters);
193 UINT8 *p_mfilters);
269 ** It is array of UINT8. The byte represent the
280 extern tPAN_RESULT PAN_SetRole (UINT8 role,
281 UINT8 *sec_mask,
309 extern tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle)
    [all...]
hiddefs.h 57 typedef UINT8 tHID_STATUS;
80 #define HID_BUILD_HDR(t,p) (UINT8)((t << 4) | (p & 0x0f))
135 UINT8 *dsc_list;
149 UINT8 sub_class; /*Device Subclass.*/
150 UINT8 ctry_code; /*Country Code.*/
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 41 #define tNFA_SNEP_REQ_CODE UINT8
52 #define tNFA_SNEP_RESP_CODE UINT8
72 typedef UINT8 tNFA_SNEP_EVT;
110 UINT8 *p_ndef; /* NDEF message */
118 UINT8 *p_ndef; /* NDEF message */
127 UINT8 *p_ndef; /* NDEF message */
151 UINT8 *p_buff; /* buffer for NDEF message */
158 UINT8 *p_buff; /* buffer to free */
165 UINT8 *p_buff; /* buffer for NDEF message */
253 NFC_API extern tNFA_STATUS NFA_SnepRegisterServer (UINT8 server_sap
    [all...]
  /system/bt/stack/bnep/
bnep_int.h 120 UINT8 con_state;
130 UINT8 con_flags;
156 UINT8 re_transmits;
184 UINT8 trace_level;
205 extern tBNEP_CONN *bnep_conn_originate (UINT8 *p_bd_addr);
213 extern tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda);
220 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN ext_bit);
222 UINT8 *p_src_addr, UINT8 *p_dest_addr, UINT8 type)
    [all...]
  /system/bt/stack/sdp/
sdp_db.c 44 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_his_uuid,
118 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_uuid,
121 UINT8 *p_end = p + seq_len;
122 UINT8 type;
218 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
223 UINT8 *p_head = p;
224 UINT8 *p_len;
236 *p++ = (UINT8) len
    [all...]
  /system/bt/stack/avrc/
avrc_utils.c 37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type)
94 BOOLEAN avrc_is_valid_player_attrib_value(UINT8 attrib, UINT8 value)
140 BOOLEAN AVRC_IsValidPlayerAttr(UINT8 attr)
168 UINT8 *p_data;
199 UINT8 avrc_opcode_from_pdu(UINT8 pdu)
201 UINT8 opcode = 0;
227 BOOLEAN avrc_is_valid_opcode(UINT8 opcode
    [all...]
  /system/bt/stack/smp/
smp_main.c 101 typedef const UINT8(*tSMP_SM_TBL)[SMP_SM_NUM_COLS];
235 static const UINT8 smp_master_entry_map[][SMP_STATE_MAX] =
281 static const UINT8 smp_all_table[][SMP_SM_NUM_COLS] =
289 static const UINT8 smp_master_idle_table[][SMP_SM_NUM_COLS] =
300 static const UINT8 smp_master_wait_for_app_response_table[][SMP_SM_NUM_COLS] =
321 static const UINT8 smp_master_pair_request_response_table[][SMP_SM_NUM_COLS] =
332 static const UINT8 smp_master_wait_for_confirm_table[][SMP_SM_NUM_COLS] =
338 static const UINT8 smp_master_confirm_table[][SMP_SM_NUM_COLS] =
344 static const UINT8 smp_master_rand_table[][SMP_SM_NUM_COLS] =
352 static const UINT8 smp_master_public_key_exchange_table[][SMP_SM_NUM_COLS]
    [all...]
smp_br_main.c 72 typedef const UINT8 (*tSMP_BR_SM_TBL)[SMP_BR_SM_NUM_COLS];
117 static const UINT8 smp_br_all_table[][SMP_BR_SM_NUM_COLS] =
126 static const UINT8 smp_br_master_entry_map[][SMP_BR_STATE_MAX] =
157 static const UINT8 smp_br_master_idle_table[][SMP_BR_SM_NUM_COLS] =
164 static const UINT8 smp_br_master_wait_appln_response_table[][SMP_BR_SM_NUM_COLS] =
170 static const UINT8 smp_br_master_pair_request_response_table [][SMP_BR_SM_NUM_COLS] =
177 static const UINT8 smp_br_master_bond_pending_table[][SMP_BR_SM_NUM_COLS] =
185 static const UINT8 smp_br_slave_entry_map[][SMP_BR_STATE_MAX] =
216 static const UINT8 smp_br_slave_idle_table[][SMP_BR_SM_NUM_COLS] =
222 static const UINT8 smp_br_slave_wait_appln_response_table [][SMP_BR_SM_NUM_COLS]
    [all...]
  /external/libnfc-nci/src/include/
trace_api.h 40 BT_API extern void DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
53 BT_API extern void DispRawFrame(UINT8 *p, UINT16 len, BOOLEAN is_rcv);
54 BT_API extern void DispSlipPacket(UINT8 *p, UINT16 len, BOOLEAN is_rcv, BOOLEAN oof_flow_ctrl);
55 BT_API extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
56 BT_API extern void DispHcp (UINT8 *p, UINT16 len, BOOLEAN is_recv, BOOLEAN is_first_seg);
57 BT_API extern void DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
58 BT_API extern void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
62 BT_API extern void DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx)
    [all...]
buildcfg.h 76 extern volatile UINT8 bte_target_mode;
80 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
82 extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
86 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
  /system/bt/stack/avdt/
avdt_int.h 392 UINT8 num_seps;
405 UINT8 sec_mask;
421 UINT8 err_code;
443 UINT8 state; /* The CCB state machine state */
446 UINT8 proc_param; /* Procedure parameter; either SEID for get capabilities or number of SEPS for discover */
448 UINT8 label; /* Message header "label" (sequence number) */
450 UINT8 ret_count; /* Command retransmission count */
461 UINT8 *p_data;
464 UINT8 m_pt;
470 UINT8 old_tc_state; /* channel state before closed *
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 37 static void handle_debug_loopback (BT_HDR *p_buf, UINT8 pipe, UINT8 type, UINT8 instruction);
49 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id)
74 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id)
145 UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
149 UINT8 count = 0;
171 UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
176 UINT8 count = 0;
199 tNFA_HANDLE nfa_hciu_get_gate_owner (UINT8 gate_id
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/src/
_crcfunext.c 44 typedef unsigned char UINT8;
62 #define BYTE0(x) ((UINT8)(x))
63 #define BYTE1(x) ((UINT8)((x) >> 8))
64 #define BYTE2(x) ((UINT8)((x) >> 16))
65 #define BYTE3(x) ((UINT8)((x) >> 24))
66 #define BYTE7(x) ((UINT8)((x) >> 56))
81 UINT8 crc;
82 UINT8* data;
84 UINT8* table;
122 UINT8 crc
    [all...]
  /system/bt/bta/gatt/
bta_gatts_utils.c 35 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
47 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
49 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
64 UINT8 bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB *p_cb, UINT8 rcb_idx)
66 UINT8 i;
91 UINT8 i;
112 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if)
114 UINT8 i;
134 UINT8 i
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h 33 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
44 UINT8* scru_dump_hex (UINT8* p, char* pTitle, UINT32 len, UINT32 layer, UINT32 type);
52 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv);
53 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx);
54 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
58 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond);
59 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 79 llcp_cb.overall_rx_congest_start = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_START) / 100);
80 llcp_cb.overall_rx_congest_end = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_END) / 100);
83 llcp_cb.max_num_ll_rx_buff = (UINT8) ((llcp_cb.num_rx_buff * LLCP_LL_RX_BUFF_LIMIT) / 100);
90 llcp_cb.max_num_tx_buff = (UINT8) (pool_count - llcp_cb.num_rx_buff);
93 llcp_cb.max_num_ll_tx_buff = (UINT8) ((llcp_cb.max_num_tx_buff * LLCP_LL_TX_BUFF_LIMIT) / 100);
114 UINT8 sap;
145 UINT8 reason;
185 UINT8 LLCP_SetTraceLevel (UINT8 new_level)
  /system/bt/bta/pan/
bta_pan_int.h 90 UINT8 user_app_id;
91 UINT8 gn_app_id;
92 UINT8 nap_app_id;
148 UINT8 state; /* State machine state */
151 UINT8 app_id; /* application id for the connection */
162 UINT8 app_id[3]; /* application id for PAN roles */
163 UINT8 flow_mask; /* Data flow mask */
164 UINT8 q_level; /* queue level set by application for TX data */
200 extern UINT8 bta_pan_scb_to_idx(tBTA_PAN_SCB *p_scb);
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 47 typedef UINT8 tNFA_P2P_LLCP_STATE;
74 UINT8 server_sap;
101 UINT8 rw;
125 UINT8 dsap;
127 UINT8 rw;
135 UINT8 dsap;
175 UINT8 opt;
176 UINT8 wt;
216 UINT8 flags; /* internal flags for data link connection */
217 UINT8 local_sap; /* local SAP of data link connection *
    [all...]
  /packages/apps/Nfc/nci/jni/
PowerSwitch.h 224 static void deviceManagementCallback (UINT8 event, tNFA_DM_CBACK_DATA* eventData);
240 UINT8 mCurrDeviceMgtPowerState; //device management power state; such as NFA_BRCM_PWR_MODE_???
241 UINT8 mExpectedDeviceMgtPowerState; //device management power state; such as NFA_BRCM_PWR_MODE_???
244 static const UINT8 NFA_DM_PWR_STATE_UNKNOWN = -1; //device management power state power state is unknown
273 const char* deviceMgtPowerStateToString (UINT8 deviceMgtPowerState);
  /system/bt/bta/hf_client/
bta_hf_client_at.h 31 UINT8 arg_type; /* allowable argument type syntax */
32 UINT8 fmt; /* whether arg is int or string */
33 UINT8 min; /* minimum value for int arg */
38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
75 typedef UINT8 tBTA_HF_CLIENT_AT_CMD;
  /system/bt/bta/include/
bta_dm_co.h 36 typedef UINT8 tBTA_SCO_CODEC_TYPE;
155 tBTA_CODEC_INFO *p_codec_info, UINT8 app_id);
168 extern void bta_dm_sco_co_open(UINT16 handle, UINT8 pkt_size, UINT16 event);
227 UINT8 *p_max_key_size,
268 UINT8 *p_max_key_size,
  /system/bt/btif/co/
bta_ag_co.c 64 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec)
66 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state)
152 void bta_ag_co_tx_write(UINT16 handle, UNUSED_ATTR UINT8 * p_data, UINT16 len)
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 55 UINT8 u8;
56 UINT8 *p, *pp;
57 UINT8 hdr[2];
58 UINT8 *ps, *pd;
66 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE);
69 p = (UINT8 *) (p_msg + 1) + p_msg->offset;
109 ps = (UINT8 *) (p_msg + 1) + p_msg->offset;
110 pd = (UINT8 *) (nfc_hal_cb.ncit_cb.p_frag_msg + 1) + nfc_hal_cb.ncit_cb.p_frag_msg->offset + nfc_hal_cb.ncit_cb.p_frag_msg->len;
114 pd = (UINT8 *) (nfc_hal_cb.ncit_cb.p_frag_msg + 1) + nfc_hal_cb.ncit_cb.p_frag_msg->offset + 2;
115 *pd = (UINT8) (nfc_hal_cb.ncit_cb.p_frag_msg->len - NCI_MSG_HDR_SIZE)
    [all...]
  /system/bt/stack/mcap/
mca_int.h 45 UINT8 op_code; /* the request/response opcode */
46 UINT8 rsp_code; /* valid only if op_code is a response */
48 UINT8 param; /* other parameter */
49 UINT8 mdep_id; /* the MDEP ID associated with this request/response */
60 UINT8 param;
65 UINT8 param; /* MCA_INT or MCA_ACP */
74 UINT8 param;
88 typedef UINT8 tMCA_CCB_STATE;
128 typedef UINT8 tMCA_DCB_STATE;
171 UINT8 tcid; /* transport channel id (0, for control channel. (MDEP ID + 1) for data channel) (…)
    [all...]

Completed in 300 milliseconds

1 2 3 4 5 67 8 91011>>