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

  /system/bt/stack/hcic/
hciblecmds.cc 384 if (key_len > HCIC_BLE_ENCRYT_KEY_SIZE) key_len = HCIC_BLE_ENCRYT_KEY_SIZE;
385 if (pt_len > HCIC_BLE_ENCRYT_KEY_SIZE) pt_len = HCIC_BLE_ENCRYT_KEY_SIZE;
388 pp += (HCIC_BLE_ENCRYT_KEY_SIZE - key_len);
409 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]) {
422 ARRAY_TO_STREAM(pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE);
428 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]) {
439 ARRAY_TO_STREAM(pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE);
576 ARRAY_TO_STREAM(pp, irk_peer, HCIC_BLE_ENCRYT_KEY_SIZE);
    [all...]
  /system/bt/stack/include/
hcimsgs.h 670 #define HCIC_BLE_ENCRYT_KEY_SIZE 16
693 #define HCIC_BLE_ENCRYT_KEY_SIZE 16
695 (4 + HCIC_BLE_RAND_DI_SIZE + HCIC_BLE_ENCRYT_KEY_SIZE)
696 #define HCIC_PARAM_SIZE_LTK_REQ_REPLY (2 + HCIC_BLE_ENCRYT_KEY_SIZE)
791 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]);
794 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]);

Completed in 80 milliseconds