Searched refs:p_temp_filters (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_utils.c906 UINT8 *p_temp_filters; local
930 p_temp_filters = p_filters;
933 BE_STREAM_TO_UINT16 (start, p_temp_filters);
934 BE_STREAM_TO_UINT16 (end, p_temp_filters);
1092 UINT8 *p_temp_filters, null_bda[BD_ADDR_LEN] = {0,0,0,0,0,0}; local
1122 p_temp_filters = p_filters;
1125 if (memcmp (p_temp_filters, p_temp_filters + BD_ADDR_LEN, BD_ADDR_LEN) > 0)
1131 p_temp_filters += (BD_ADDR_LEN * 2);

Completed in 28 milliseconds