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 625 if (key_len > HCIC_BLE_ENCRYT_KEY_SIZE) key_len = HCIC_BLE_ENCRYT_KEY_SIZE;
626 if (pt_len > HCIC_BLE_ENCRYT_KEY_SIZE) pt_len = HCIC_BLE_ENCRYT_KEY_SIZE;
629 pp += (HCIC_BLE_ENCRYT_KEY_SIZE - key_len);
661 UINT16 ediv, UINT8 ltk[HCIC_BLE_ENCRYT_KEY_SIZE])
680 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE);
686 BOOLEAN btsnd_hcic_ble_ltk_req_reply (UINT16 handle, UINT8 ltk[HCIC_BLE_ENCRYT_KEY_SIZE])
703 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE);
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]

Completed in 38 milliseconds