Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhcicmds.cc656 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument
672 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()
/system/bt/stack/include/
Dhcimsgs.h476 uint8_t* filt_cond,