HomeSort by relevance Sort by last modified time
    Searched refs:p_out (Results 76 - 78 of 78) sorted by null

1 2 34

  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 822 UINT8 *p_out; local
895 p_out = (UINT8 *)(p_buf + 1) + p_buf->offset;
896 *p_out++ = HID_BUILD_HDR(trans_type, param);
901 *p_out = report_id;
908 memcpy (p_out, (((UINT8 *)(buf+1)) + buf->offset), bytes_copied);
914 *(p_out+bytes_copied) = data & 0xff;
918 *(p_out+bytes_copied) = data & 0xff;
919 *(p_out+bytes_copied+1) = (data >> 8) & 0xff ;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 290 ** p_out - pointer to the encrypted outputs
296 tSMP_ENC *p_out);
  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 304 tSMP_ENC *p_out);

Completed in 604 milliseconds

1 2 34