HomeSort by relevance Sort by last modified time
    Searched defs:op_code (Results 1 - 22 of 22) sorted by null

  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 49 UINT8 *pp, len, op_code; local
56 NCI_MSG_PRS_HDR1 (pp, op_code);
57 NFC_TRACE_DEBUG1 ("nci_proc_core_rsp opcode:0x%x", op_code);
61 switch (op_code)
89 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
108 UINT8 *pp, len, op_code; local
114 NCI_MSG_PRS_HDR1 (pp, op_code);
115 NFC_TRACE_DEBUG1 ("nci_proc_core_ntf opcode:0x%x", op_code);
119 switch (op_code)
142 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
160 UINT8 *pp, len, op_code; local
231 UINT8 *pp, len, op_code; local
307 UINT8 *pp, len, op_code; local
367 UINT8 *pp, len, op_code; local
450 UINT8 *pp, len, op_code; local
477 UINT8 *pp, len, op_code; local
    [all...]
  /system/bt/stack/gatt/
gatt_auth.c 96 UINT8 op_code; local
111 STREAM_TO_UINT8(op_code, p_orig);
112 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
gatt_cl.c 83 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; local
117 st = attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req);
142 UINT8 op_code = 0; local
150 op_code = GATT_REQ_READ_BY_TYPE;
166 op_code = GATT_REQ_READ;
178 op_code = GATT_REQ_READ_BLOB;
186 op_code = GATT_REQ_READ_BLOB;
192 op_code = GATT_REQ_READ_MULTI;
197 op_code = GATT_REQ_READ;
207 if (op_code != 0
228 UINT8 rt = GATT_SUCCESS, op_code = 0; local
    [all...]
gatt_main.c 984 UINT8 op_code, pseudo_op_code; local
    [all...]