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

  /system/bt/stack/include/
hcimsgs.h 642 #define HCIC_BLE_RAND_DI_SIZE 8
666 #define HCIC_BLE_RAND_DI_SIZE 8
668 #define HCIC_PARAM_SIZE_BLE_START_ENC (4 + HCIC_BLE_RAND_DI_SIZE + HCIC_BLE_ENCRYT_KEY_SIZE)
744 UINT8 rand[HCIC_BLE_RAND_DI_SIZE],
    [all...]
  /system/bt/stack/hcic/
hciblecmds.c 557 BOOLEAN btsnd_hcic_ble_start_enc (UINT16 handle, UINT8 rand[HCIC_BLE_RAND_DI_SIZE],
575 ARRAY_TO_STREAM (pp, rand, HCIC_BLE_RAND_DI_SIZE);

Completed in 859 milliseconds