Searched refs:filt_cond (Results 1 – 2 of 2) sorted by relevance
656 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument672 DEVCLASS_TO_STREAM(pp, filt_cond); in btsnd_hcic_set_event_filter()673 filt_cond += DEV_CLASS_LEN; in btsnd_hcic_set_event_filter()674 DEVCLASS_TO_STREAM(pp, filt_cond); in btsnd_hcic_set_event_filter()675 filt_cond += DEV_CLASS_LEN; in btsnd_hcic_set_event_filter()679 BDADDR_TO_STREAM(pp, *((RawAddress*)filt_cond)); in btsnd_hcic_set_event_filter()680 filt_cond += 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()
476 uint8_t* filt_cond,