Searched refs:filt_cond_len (Results 1 – 2 of 2) sorted by relevance
656 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument665 p->len = (uint16_t)(HCIC_PREAMBLE_SIZE + 2 + filt_cond_len); in btsnd_hcic_set_event_filter()666 UINT8_TO_STREAM(pp, (uint8_t)(2 + filt_cond_len)); in btsnd_hcic_set_event_filter()677 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()682 filt_cond_len -= BD_ADDR_LEN; in btsnd_hcic_set_event_filter()685 if (filt_cond_len) ARRAY_TO_STREAM(pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
477 uint8_t filt_cond_len);