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 906 params.param_len = BT_OCTET8_LEN;
    [all...]
  /system/bt/stack/smp/
smp_keys.c 874 BT_OCTET8_LEN, &output))
953 memcpy(p, p_cb->rand, BT_OCTET8_LEN);
954 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN);
958 memcpy(p, p_cb->rrand, BT_OCTET8_LEN);
959 memcpy(&p[BT_OCTET8_LEN], p_cb->rand, BT_OCTET8_LEN);
    [all...]
smp_utils.c 45 #define SMP_MASTER_ID_SIZE (BT_OCTET8_LEN + 2 + 1)
512 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 317 #define BT_OCTET8_LEN 8
318 typedef UINT8 BT_OCTET8[BT_OCTET8_LEN]; /* octet array: size 16 */
    [all...]

Completed in 401 milliseconds