Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhcicmds.cc1094 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument
1110 DEVCLASS_TO_STREAM(pp, filt_cond); in btsnd_hcic_set_event_filter()
1111 filt_cond += DEV_CLASS_LEN; in btsnd_hcic_set_event_filter()
1112 DEVCLASS_TO_STREAM(pp, filt_cond); in btsnd_hcic_set_event_filter()
1113 filt_cond += DEV_CLASS_LEN; in btsnd_hcic_set_event_filter()
1117 BDADDR_TO_STREAM(pp, *((RawAddress*)filt_cond)); in btsnd_hcic_set_event_filter()
1118 filt_cond += 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()
/system/bt/test/mock/
Dmock_hcic_hcicmds.cc228 uint8_t* filt_cond, uint8_t filt_cond_len) { in btsnd_hcic_set_event_filter() argument
/system/bt/stack/include/
Dhcimsgs.h153 uint8_t* filt_cond, uint8_t filt_cond_len);
415 uint8_t* filt_cond,