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

  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 604 if (key_len > HCIC_BLE_ENCRYT_KEY_SIZE) key_len = HCIC_BLE_ENCRYT_KEY_SIZE;
605 if (pt_len > HCIC_BLE_ENCRYT_KEY_SIZE) pt_len = HCIC_BLE_ENCRYT_KEY_SIZE;
608 pp += (HCIC_BLE_ENCRYT_KEY_SIZE - key_len);
640 UINT16 ediv, UINT8 ltk[HCIC_BLE_ENCRYT_KEY_SIZE])
659 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE);
665 BOOLEAN btsnd_hcic_ble_ltk_req_reply (UINT16 handle, UINT8 ltk[HCIC_BLE_ENCRYT_KEY_SIZE])
682 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE);
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]

Completed in 31 milliseconds