Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhcicmds.cc658 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument
667 p->len = (uint16_t)(HCIC_PREAMBLE_SIZE + 2 + filt_cond_len); in btsnd_hcic_set_event_filter()
668 UINT8_TO_STREAM(pp, (uint8_t)(2 + filt_cond_len)); in btsnd_hcic_set_event_filter()
679 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()
684 filt_cond_len -= BD_ADDR_LEN; in btsnd_hcic_set_event_filter()
687 if (filt_cond_len) ARRAY_TO_STREAM(pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
/system/bt/stack/include/
Dhcimsgs.h479 uint8_t filt_cond_len);