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

  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen)
614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen)
675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
838 UINT8 *p_id, UINT8 id_len,
906 if (p_id)
907 memcpy (p_rec, p_id, id_len);
934 UINT8 *p_id, UINT8 id_len,
953 p_id, id_len, p_payload, payload_len);
1002 if (p_id)
1523 UINT8 *p_type, *p_id, *p_pay; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 975 tBTA_GATTC_ATTR_ID *p_id; local
983 p_id = p_data->api_read_multi.p_id_list;
985 for (i = 0; i < p_data->api_read_multi.num_attr && p_id; i ++, p_id ++)
989 if (p_id->id_type == BTA_GATT_TYPE_CHAR)
992 &p_id->id_value.char_id.srvc_id,
993 &p_id->id_value.char_id.char_id,
996 else if (p_id->id_type == BTA_GATT_TYPE_CHAR_DESCR)
999 &p_id->id_value.char_descr_id.char_id.srvc_id
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 1409 tBTA_SERVICE_ID *p_id = &service_id; local
1443 tBTA_SERVICE_ID *p_id = &service_id; local
    [all...]

Completed in 61 milliseconds