Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c678 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_ACCEPT_ESCO)) == NULL) { in btsnd_hcic_accept_esco_conn()
684 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_ACCEPT_ESCO; in btsnd_hcic_accept_esco_conn()
688 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_ACCEPT_ESCO); in btsnd_hcic_accept_esco_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h307 #define HCIC_PARAM_SIZE_ACCEPT_ESCO 21 macro