Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c957 UINT8 *filt_cond, UINT8 filt_cond_len) in btsnd_hcic_set_event_filter() argument
963 if ((p = HCI_GET_CMD_BUF(2 + filt_cond_len)) == NULL) { in btsnd_hcic_set_event_filter()
974 p->len = (UINT16)(HCIC_PREAMBLE_SIZE + 2 + filt_cond_len); in btsnd_hcic_set_event_filter()
975 UINT8_TO_STREAM (pp, (UINT8)(2 + filt_cond_len)); in btsnd_hcic_set_event_filter()
986 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()
991 filt_cond_len -= BD_ADDR_LEN; in btsnd_hcic_set_event_filter()
994 if (filt_cond_len) { in btsnd_hcic_set_event_filter()
995 ARRAY_TO_STREAM (pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h539 UINT8 filt_cond_len);