HomeSort by relevance Sort by last modified time
    Searched refs:BT_OCTET8_LEN (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/btm/
btm_ble.c     [all...]
  /system/bt/stack/smp/
smp_keys.c 855 BT_OCTET8_LEN, &output))
934 memcpy(p, p_cb->rand, BT_OCTET8_LEN);
935 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN);
939 memcpy(p, p_cb->rrand, BT_OCTET8_LEN);
940 memcpy(&p[BT_OCTET8_LEN], p_cb->rand, BT_OCTET8_LEN);
    [all...]
smp_utils.c 48 #define SMP_MASTER_ID_SIZE (BT_OCTET8_LEN + 2 + 1)
505 ARRAY_TO_STREAM(p, p_cb->enc_rand, BT_OCTET8_LEN);
    [all...]
smp_act.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 295 #define BT_OCTET8_LEN 8
296 typedef UINT8 BT_OCTET8[BT_OCTET8_LEN]; /* octet array: size 16 */
  /system/bt/stack/include/
bt_types.h 319 #define BT_OCTET8_LEN 8
320 typedef UINT8 BT_OCTET8[BT_OCTET8_LEN]; /* octet array: size 16 */
    [all...]

Completed in 2391 milliseconds