Home
last modified time | relevance | path

Searched refs:HCIC_PARAM_SIZE_BLE_ENCRYPT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c559 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_BLE_ENCRYPT)) == NULL) { in btsnd_hcic_ble_encrypt()
565 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_BLE_ENCRYPT; in btsnd_hcic_ble_encrypt()
572 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
574 memset(pp, 0, HCIC_PARAM_SIZE_BLE_ENCRYPT); in btsnd_hcic_ble_encrypt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h733 #define HCIC_PARAM_SIZE_BLE_ENCRYPT 32 macro