Searched refs:filt_cond_len (Results 1 – 3 of 3) sorted by relevance
1094 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument1103 p->len = (uint16_t)(HCIC_PREAMBLE_SIZE + 2 + filt_cond_len); in btsnd_hcic_set_event_filter()1104 UINT8_TO_STREAM(pp, (uint8_t)(2 + filt_cond_len)); in btsnd_hcic_set_event_filter()1115 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()1120 filt_cond_len -= BD_ADDR_LEN; in btsnd_hcic_set_event_filter()1123 if (filt_cond_len) ARRAY_TO_STREAM(pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
228 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument
153 uint8_t* filt_cond, uint8_t filt_cond_len);416 uint8_t filt_cond_len);