Searched refs:filt_cond_len (Results 1 – 2 of 2) sorted by relevance
957 UINT8 *filt_cond, UINT8 filt_cond_len) in btsnd_hcic_set_event_filter() argument963 if ((p = HCI_GET_CMD_BUF(2 + filt_cond_len)) == NULL) { in btsnd_hcic_set_event_filter()974 p->len = (UINT16)(HCIC_PREAMBLE_SIZE + 2 + filt_cond_len); in btsnd_hcic_set_event_filter()975 UINT8_TO_STREAM (pp, (UINT8)(2 + filt_cond_len)); in btsnd_hcic_set_event_filter()986 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()991 filt_cond_len -= BD_ADDR_LEN; in btsnd_hcic_set_event_filter()994 if (filt_cond_len) { in btsnd_hcic_set_event_filter()995 ARRAY_TO_STREAM (pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
539 UINT8 filt_cond_len);