Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1110 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_WRITE_PARAM2)) == NULL) { in btsnd_hcic_write_page_tout()
1116 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_WRITE_PARAM2; in btsnd_hcic_write_page_tout()
1120 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_PARAM2); in btsnd_hcic_write_page_tout()
1250 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_WRITE_PARAM2)) == NULL) { in btsnd_hcic_write_voice_settings()
1256 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_WRITE_PARAM2; in btsnd_hcic_write_voice_settings()
1260 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_PARAM2); in btsnd_hcic_write_voice_settings()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h572 #define HCIC_PARAM_SIZE_WRITE_PARAM2 2 macro