Searched refs:p_uuid_mask (Results 1 – 4 of 4) sorted by relevance
843 if (NULL != p_uuid_cond->p_uuid_mask) { in btm_ble_update_uuid_filter()845 UINT16_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid16_mask); in btm_ble_update_uuid_filter()848 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask); in btm_ble_update_uuid_filter()851 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128); in btm_ble_update_uuid_filter()
2367 if (p_cond->srvc_uuid.p_uuid_mask) { in BTA_DmBleCfgFilterCondition()2368 p_msg->p_cond_param->srvc_uuid.p_uuid_mask = (tBTA_DM_BLE_PF_COND_MASK *)p; in BTA_DmBleCfgFilterCondition()2369 memcpy(p_msg->p_cond_param->srvc_uuid.p_uuid_mask, in BTA_DmBleCfgFilterCondition()2370 p_cond->srvc_uuid.p_uuid_mask, sizeof(tBTA_DM_BLE_PF_COND_MASK)); in BTA_DmBleCfgFilterCondition()
841 tBTM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID mask */ member
599 …tBTA_DM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID condition mask, if NULL, match exact a… member