Home
last modified time | relevance | path

Searched refs:filt_cond_len (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
1103 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()
/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);
416 uint8_t filt_cond_len);