Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhcicmds.c730 UINT8 *filt_cond, UINT8 filt_cond_len) in btsnd_hcic_set_event_filter() argument
741 p->len = (UINT16)(HCIC_PREAMBLE_SIZE + 2 + filt_cond_len); in btsnd_hcic_set_event_filter()
742 UINT8_TO_STREAM (pp, (UINT8)(2 + filt_cond_len)); in btsnd_hcic_set_event_filter()
754 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()
761 filt_cond_len -= BD_ADDR_LEN; in btsnd_hcic_set_event_filter()
764 if (filt_cond_len) in btsnd_hcic_set_event_filter()
765 ARRAY_TO_STREAM (pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
/system/bt/stack/include/
Dhcimsgs.h479 UINT8 filt_cond_len);