Searched refs:BTM_EIR_ARRAY_BITS (Results 1 – 3 of 3) sorted by relevance
285 #define BTM_EIR_ARRAY_BITS 32 /* Number of bits in each array element */ macro287 (((uint32_t)BTM_EIR_MAX_SERVICES / BTM_EIR_ARRAY_BITS) + \288 (((uint32_t)BTM_EIR_MAX_SERVICES % BTM_EIR_ARRAY_BITS) ? 1 : 0))292 (((uint32_t*)(p))[(((uint32_t)(service)) / BTM_EIR_ARRAY_BITS)] |= \293 ((uint32_t)1 << (((uint32_t)(service)) % BTM_EIR_ARRAY_BITS)))297 (((uint32_t*)(p))[(((uint32_t)(service)) / BTM_EIR_ARRAY_BITS)] &= \298 ~((uint32_t)1 << (((uint32_t)(service)) % BTM_EIR_ARRAY_BITS)))302 ((((uint32_t*)(p))[(((uint32_t)(service)) / BTM_EIR_ARRAY_BITS)] & \303 ((uint32_t)1 << (((uint32_t)(service)) % BTM_EIR_ARRAY_BITS))) >> \304 (((uint32_t)(service)) % BTM_EIR_ARRAY_BITS))
1197 BTM_EIR_SERVICE_ARRAY_SIZE * (BTM_EIR_ARRAY_BITS / 8)); in btm_process_inq_results()
232 BTM_EIR_SERVICE_ARRAY_SIZE * (BTM_EIR_ARRAY_BITS / 8)); in btm_api_process_extended_inquiry_result()